Auxprm¶
- class astropy.wcs.Auxprm¶
Bases:
object
Class that contains auxiliary coordinate system information of a specialist nature.
This class can not be constructed directly from Python, but instead is returned from
aux
.Attributes Summary
double
Carrington heliographic longitude of the observer (deg).double
Distance between the centre of the Sun and the observer (m).double
Stonyhurst heliographic longitude of the observer.double
Heliographic latitude (Carrington or Stonyhurst) of the observer (deg).double
Reference radius of the Sun used in coordinate calculations (m).Attributes Documentation
- crln_obs¶
double
Carrington heliographic longitude of the observer (deg). If undefined, this is set toNone
.
- dsun_obs¶
double
Distance between the centre of the Sun and the observer (m). If undefined, this is set toNone
.
- hgln_obs¶
double
Stonyhurst heliographic longitude of the observer. If undefined, this is set toNone
.
- hglt_obs¶
double
Heliographic latitude (Carrington or Stonyhurst) of the observer (deg). If undefined, this is set toNone
.
- rsun_ref¶
double
Reference radius of the Sun used in coordinate calculations (m). If undefined, this is set toNone
.