This Page

3.63. GSAOI_IMAGE Classification SourceΒΆ

Classification
GSAOI_IMAGE
Source Location
ADCONFIG_Gemini/classifications/types/GSAOI/gemdtype.GSAOI_IMAGE.py
1
2
3
4
5
6
7
8
9
class GSAOI_IMAGE(DataClassification):
    name="GSAOI_IMAGE"
    usage = """
        Applies to all imaging datasets from the GSAOI instrument
        """
    parent = "GSAOI"
    requirement = ISCLASS("GSAOI")

newtypes.append(GSAOI_IMAGE())