This Page

3.109. SIDEREAL Classification SourceΒΆ

Classification
SIDEREAL
Source Location
ADCONFIG_Gemini/classifications/types/gemdtype.SIDEREAL.py
1
2
3
4
5
6
7
8
class SIDEREAL(DataClassification):
    name="SIDEREAL"
    usage = "Data taken with the telesocope tracking siderealy"

    parent = "GEMINI"
    requirement = PHU(DECTRACK='0.') & PHU(RATRACK='0.') & PHU(FRAME='FK5')

newtypes.append(SIDEREAL())