This Page

3.44. GMOS_LS_FLAT Classification SourceΒΆ

Classification
GMOS_LS_FLAT
Source Location
ADCONFIG_Gemini/classifications/types/GMOS/gemdtype.GMOS_LS_FLAT.py
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
class GMOS_LS_FLAT(DataClassification):
    name="GMOS_LS_FLAT"
    usage = """
        Applies to all longslit flat datasets from the GMOS instruments
        """
    parent = "GMOS_LS"
    requirement = AND([  ISCLASS("GMOS_LS"),
                         PHU(OBSTYPE="FLAT"),
                         NOT(ISCLASS("GMOS_LS_TWILIGHT"))  ])

newtypes.append(GMOS_LS_FLAT())