Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: obs_lsst
-
Labels:None
-
Story Points:0.25
-
Team:Architecture
-
Urgent?:No
Description
When the TS8 translator does not found a valid FILTPOS header it declares that the physical filter must be "NONE". Unfortunately the list of valid TS8 filters for TS8 is:
instrument name band
|
---------- -------- --------
|
LSST-TS8 275CutOn 275CutOn
|
LSST-TS8 550CutOn 550CutOn
|
LSST-TS8 empty white
|
LSST-TS8 g g
|
LSST-TS8 i i
|
LSST-TS8 r r
|
LSST-TS8 u u
|
LSST-TS8 unknown unknown
|
LSST-TS8 y y
|
LSST-TS8 z z
|
Change the translator to return "unknown" instead of NONE (if there really is no filter it should be returning "empty" but I'm not sure if we know).
Reviewed on PR.