This Page

3.45. GMOS_LS_TWILIGHT Classification SourceΒΆ

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

newtypes.append(GMOS_LS_TWILIGHT())