This Page

3.95. NIRI_SPECT Classification SourceΒΆ

Classification
NIRI_SPECT
Source Location
ADCONFIG_Gemini/classifications/types/NIRI/gemdtype.NIRI_SPECT.py
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
class NIRI_SPECT(DataClassification):
    name="NIRI_SPECT"
    usage = "Applies to any spectra from the NIRI instrument."
    parent = "NIRI"
    requirement = AND([ISCLASS('NIRI'),
                       PHU(FILTER3='(.*?)grism(.*?)'),
                       NOT(ISCLASS("NIRI_DARK"))
                       ])


newtypes.append(NIRI_SPECT())