Skip to content

Commit d545b11

Browse files
committed
Fix for Issue #5: ucd assigment for upper/lower limits
1 parent 3353764 commit d545b11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Spectrum.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ \subsection{Change Log}
174174

175175
\begin{verbatim}
176176
2023 Apr 27 V1.2 Mod 4 - Correct UTypes in VOTable example 1.
177+
Update UCD assignment for upper/lower limit elements
177178
2023 Mar 17 V1.2 Mod 3 - Correct case for order and relorder attributes
178179
2022 Jul 20 V1.2 Mod 2 - Add upper/lower limit elements
179180
2022 Jul 19 V1.2 Mod 1 - Add spectral order elements

doc/fields_table.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@
240240
\hline
241241
\multicolumn{4}{c}{Accuracy Fields - per data point (default to corresponding Spectrum.Char values)} \\
242242
\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)\\
245245
Data.FluxAxis.Accuracy.StatError &TTYPEn='ERR' & stat.error;phot.flux.density; em.* & symmetric error & OPT & (Char)\\
246246
Data.FluxAxis.Accuracy.StatErrLow &TTYPEn='ERR\_LO' & stat.error;phot.flux.density; em.*;stat.min & Lower error & OPT & (Char)\\
247247
Data.FluxAxis.Accuracy.StatErrHigh &TTYPEn='ERR\_HI' & stat.error;phot.flux.density; em.*;stat.max & Upper error & OPT & (Char)\\

0 commit comments

Comments
 (0)