generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
This issue is spawned from PR #4, which has some discussion about the new UCDs and verifying those in the current document.
Action List Candidates:
- Review/Confirm the UCDs selected for the new model elements.
- Update UCD Vocabulary reference in Section 3.4. The file currently being referenced is NOT a REC/EN, but appears to be very close to V1.3 of the UCD vocabulary.
- Per this comment, add tags to the document which enables validation of the UCDs contained in the document.
- Per this wiki page, the UCD mentioned has been updated in V1.1, but the VOTable example did not follow suite. Correct this and add closure statement to the wiki page.
Item 1:
The following shows the UCDs put into this PR, and the suggested values per the UCD Builder utility.
- Data.SpectralAxis.order => "instr.order"
- Data.SpectralAxis.relorder => "instr.order"
- UCD builder suggests: "stat.variance;instr.order" for both, though "instr.order" can stand on its own.
- Data.FluxAxis.Accuracy.LowerLimit => "stat.error.phot.flux.density;em.*;stat.min" (Same as StatErrorLow)
- UCD builder suggests:
- "statistical lower limit" -> "stat.value;stat.min"
- "detection lower limit" -> "instr.saturation;stat.min"
- UCD builder suggests:
- Data.FluxAxis.Accuracy.UpperLimit => "stat.error.phot.flux.density;em.*;stat.max" (Same as StatErrorHigh)
- UCD builder suggests:
- "statistical upper limit" -> "stat.value;stat.max"
- "detection upper limit" -> "instr.saturation;stat.max"
- UCD builder suggests: