1 2 3 4 5 6 7 8 9 | class MICHELLE_SPECT(DataClassification):
name = "MICHELLE_SPECT"
usage = """
Applies to all spectroscopic datasets from the MICHELLE instrument
"""
parent = "MICHELLE"
requirement = ISCLASS("MICHELLE") & PHU(CAMERA="spectroscopy")
newtypes.append(MICHELLE_SPECT())
|