This Page

3.101. PHOENIX Classification SourceΒΆ

Classification
PHOENIX
Source Location
ADCONFIG_Gemini/classifications/types/PHOENIX/gemdtype.PHOENIX.py
1
2
3
4
5
6
class PHOENIX(DataClassification):
    name="PHOENIX"
    usage = ""
    requirement = PHU(INSTRUME='PHOENIX')

newtypes.append(PHOENIX())