File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ \subsection{Change Log}
174
174
175
175
\begin {verbatim }
176
176
2023 Apr 27 V1.2 Mod 4 - Correct UTypes in VOTable example 1.
177
+ Update UCD assignment for upper/lower limit elements
177
178
2023 Mar 17 V1.2 Mod 3 - Correct case for order and relorder attributes
178
179
2022 Jul 20 V1.2 Mod 2 - Add upper/lower limit elements
179
180
2022 Jul 19 V1.2 Mod 1 - Add spectral order elements
Original file line number Diff line number Diff line change 240
240
\hline
241
241
\multicolumn {4}{c}{Accuracy Fields - per data point (default to corresponding Spectrum.Char values)} \\
242
242
\hline
243
- Data.FluxAxis.Accuracy.LowerLimit &TTYPEn='LOWER\_ LIMIT' & stat.error ;phot.flux.density; em.*; stat.min & Lower Limit & OPT & (None)\\
244
- Data.FluxAxis.Accuracy.UpperLimit &TTYPEn='UPPER\_ LIMIT' & stat.error ;phot.flux.density; em.*; stat.max & Upper Limit & OPT & (None)\\
243
+ Data.FluxAxis.Accuracy.LowerLimit &TTYPEn='LOWER\_ LIMIT' & instr.saturation ;phot.flux.density; stat.min & Lower Limit & OPT & (None)\\
244
+ Data.FluxAxis.Accuracy.UpperLimit &TTYPEn='UPPER\_ LIMIT' & instr.sensitivity ;phot.flux.density; stat.max & Upper Limit & OPT & (None)\\
245
245
Data.FluxAxis.Accuracy.StatError &TTYPEn='ERR' & stat.error;phot.flux.density; em.* & symmetric error & OPT & (Char)\\
246
246
Data.FluxAxis.Accuracy.StatErrLow &TTYPEn='ERR\_ LO' & stat.error;phot.flux.density; em.*;stat.min & Lower error & OPT & (Char)\\
247
247
Data.FluxAxis.Accuracy.StatErrHigh &TTYPEn='ERR\_ HI' & stat.error;phot.flux.density; em.*;stat.max & Upper error & OPT & (Char)\\
You can’t perform that action at this time.
0 commit comments