gemini_instruments.hrwfs package

class gemini_instruments.hrwfs.AstroDataHrwfs(provider)[source]

Bases: AstroDataGemini

dec()[source]

Returns the name of the

Returns

declination

Return type

<str>

ra()[source]

Returns the name of the

Returns

right ascension

Return type

<str>

target_dec()[source]

Returns the Declination of the target in degrees. Optionally, the telescope offsets can be applied. The proper motion can also be applied if requested. Finally, the RA can be converted to ICRS coordinates.

Parameters
  • offset (bool) – If True, applies the telescope offsets.

  • pm (bool) – If True, applies proper motion parameters.

  • icrs (bool) – If True, convert the Declination to the ICRS coordinate system.

Returns

Declination of the target in degrees.

Return type

float

target_ra()[source]

Returns the Right Ascension of the target in degrees. Optionally, the telescope offsets can be applied. The proper motion can also be applied if requested. Finally, the RA can be converted to ICRS coordinates.

Parameters
  • offset (bool) – If True, applies the telescope offsets.

  • pm (bool) – If True, applies proper motion parameters.

  • icrs (bool) – If True, convert the RA to the ICRS coordinate system.

Returns

Right Ascension of the target in degrees.

Return type

float

Submodules

gemini_instruments.hrwfs.adclass module

class gemini_instruments.hrwfs.adclass.AstroDataHrwfs(provider)[source]

Bases: AstroDataGemini

dec()[source]

Returns the name of the

Returns

declination

Return type

<str>

ra()[source]

Returns the name of the

Returns

right ascension

Return type

<str>

target_dec()[source]

Returns the Declination of the target in degrees. Optionally, the telescope offsets can be applied. The proper motion can also be applied if requested. Finally, the RA can be converted to ICRS coordinates.

Parameters
  • offset (bool) – If True, applies the telescope offsets.

  • pm (bool) – If True, applies proper motion parameters.

  • icrs (bool) – If True, convert the Declination to the ICRS coordinate system.

Returns

Declination of the target in degrees.

Return type

float

target_ra()[source]

Returns the Right Ascension of the target in degrees. Optionally, the telescope offsets can be applied. The proper motion can also be applied if requested. Finally, the RA can be converted to ICRS coordinates.

Parameters
  • offset (bool) – If True, applies the telescope offsets.

  • pm (bool) – If True, applies proper motion parameters.

  • icrs (bool) – If True, convert the RA to the ICRS coordinate system.

Returns

Right Ascension of the target in degrees.

Return type

float