This Page

3.26. GEMINI_SOUTH Classification SourceΒΆ

Classification
GEMINI_SOUTH
Source Location
ADCONFIG_Gemini/classifications/types/gemdtype.GEMINI_SOUTH.py
1
2
3
4
5
6
7
8
class GEMINI_SOUTH(DataClassification):
    name="GEMINI_SOUTH"
    usage = "Applies to datasets from instruments at Gemini South."

    parent = "GEMINI"
    requirement = PHU(TELESCOP='Gemini-South',OBSERVAT='Gemini-South')

newtypes.append(GEMINI_SOUTH())