This Page

3.98. OSCIR Classification SourceΒΆ

Classification
OSCIR
Source Location
ADCONFIG_Gemini/classifications/types/OSCIR/gemdtype.OSCIR.py
1
2
3
4
5
6
7
class OSCIR(DataClassification):
    name="OSCIR"
    usage = "Applies to datasets from the OSCIR instrument"
    parent = "GEMINI"
    requirement = OR(PHU(INSTRUME='oscir'), PHU(INSTRUME='OSCIR'))

newtypes.append(OSCIR())