gemini_instruments.oscir package

class gemini_instruments.oscir.AstroDataOscir(provider)[source]

Bases: AstroDataGemini

airmass()[source]

Returns the airmass of the observation.

Returns

Airmass value.

Return type

float

dec()[source]

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

Returns

declination in degrees

Return type

float

exposure_time()[source]

Returns the exposure time in seconds.

Returns

Exposure time.

Return type

float

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.oscir.adclass module

class gemini_instruments.oscir.adclass.AstroDataOscir(provider)[source]

Bases: AstroDataGemini

airmass()[source]

Returns the airmass of the observation.

Returns

Airmass value.

Return type

float

dec()[source]

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

Returns

declination in degrees

Return type

float

exposure_time()[source]

Returns the exposure time in seconds.

Returns

Exposure time.

Return type

float

ra()[source]

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

Returns

right ascension in degrees

Return type

float