This Page

3.25. GEMINI_NORTH Classification SourceΒΆ

Classification
GEMINI_NORTH
Source Location
ADCONFIG_Gemini/classifications/types/gemdtype.GEMINI_NORTH.py
1
2
3
4
5
6
7
8
class GEMINI_NORTH(DataClassification):
    name="GEMINI_NORTH"
    usage = "Data taken at Gemini North upon Mauna Kea."

    parent = "GEMINI"
    requirement = PHU({'TELESCOP': 'Gemini-North', 'OBSERVAT': 'Gemini-North'})

newtypes.append(GEMINI_NORTH())