This Page

3.41. GMOS_IMAGE_TWILIGHT Classification SourceΒΆ

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

newtypes.append(GMOS_IMAGE_TWILIGHT())