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