gemini_instruments.texes package

class gemini_instruments.texes.AstroDataTexes(provider)[source]

Bases: AstroDataGemini

dec()[source]

Returns the Declination of the center of the field, in degrees.

Returns

declination in degrees

Return type

float

exposure_time()[source]
Returns

exposure_time – Exposure time.

Return type

<float>

classmethod load(source)[source]

Implementation of the abstract method load.

It takes an HDUList and returns a fully instantiated AstroData instance.

observation_type()[source]

Returns the type of an observation, e.g., ‘OBJECT’, ‘FLAT’, ‘ARC’.

Returns

the observation type

Return type

str

ra()[source]

Returns the Right Ascension of the center of the field, in degrees.

Returns

right ascension in degrees

Return type

float

Submodules

gemini_instruments.texes.adclass module

class gemini_instruments.texes.adclass.AstroDataTexes(provider)[source]

Bases: AstroDataGemini

dec()[source]

Returns the Declination of the center of the field, in degrees.

Returns

declination in degrees

Return type

float

exposure_time()[source]
Returns

exposure_time – Exposure time.

Return type

<float>

classmethod load(source)[source]

Implementation of the abstract method load.

It takes an HDUList and returns a fully instantiated AstroData instance.

observation_type()[source]

Returns the type of an observation, e.g., ‘OBJECT’, ‘FLAT’, ‘ARC’.

Returns

the observation type

Return type

str

ra()[source]

Returns the Right Ascension of the center of the field, in degrees.

Returns

right ascension in degrees

Return type

float