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