gemini_instruments.texes package

class gemini_instruments.texes.AstroDataTexes(nddata=None, tables=None, phu=None, indices=None, is_single=False)[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>

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

classmethod read(source)[source]

Read from a file, file object, HDUList, etc.

Submodules

gemini_instruments.texes.adclass module

class gemini_instruments.texes.adclass.AstroDataTexes(nddata=None, tables=None, phu=None, indices=None, is_single=False)[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>

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

classmethod read(source)[source]

Read from a file, file object, HDUList, etc.