Enter search terms or a module, class or function name.
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())