This Page

3.87. NIFS_IMAGE Classification SourceΒΆ

Classification
NIFS_IMAGE
Source Location
ADCONFIG_Gemini/classifications/types/NIFS/gemdtype.NIFS_IMAGE.py
1
2
3
4
5
6
7
8
class NIFS_IMAGE(DataClassification):
    name="NIFS_IMAGE"
    usage = "Applies to any image dataset from the NIFS instrument."
    parent = "NIFS"

    requirement = ISCLASS("NIFS") & PHU( FLIP='In')

newtypes.append(NIFS_IMAGE())