This Page

3.72. MICHELLE_SPECT Classification SourceΒΆ

Classification
MICHELLE_SPECT
Source Location
ADCONFIG_Gemini/classifications/types/MICHELLE/gemdtype.MICHELLE_SPECT.py
1
2
3
4
5
6
7
8
9
class MICHELLE_SPECT(DataClassification):
    name = "MICHELLE_SPECT"
    usage = """
        Applies to all spectroscopic datasets from the MICHELLE instrument
        """
    parent = "MICHELLE"
    requirement = ISCLASS("MICHELLE") & PHU(CAMERA="spectroscopy")

newtypes.append(MICHELLE_SPECT())