This Page

3.68. HRWFS Classification SourceΒΆ

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

newtypes.append(HRWFS())