1 2 3 4 5 6 7 8 | class AZEL_TARGET(DataClassification):
name="AZEL_TARGET"
usage = "Data taken on a target in the AZEL_TOPO co-ordinate system. This means that the telescope pointing position was defined as an (Azimuth, Elevation) position, not an (RA, Dec) position. The telesope is not tracking a celestial source position. This is mostly used for daytime engineering tests."
parent = "GEMINI"
requirement = PHU(FRAME='AZEL_TOPO')
newtypes.append(AZEL_TARGET())
|