Enter search terms or a module, class or function name.
1 2 3 4 5 6 7
class TRECS(DataClassification): name = "TRECS" usage = "Applies to all datasets from the TRECS instrument" parent = "GEMINI" requirement = PHU(INSTRUME="TReCS") newtypes.append(TRECS())