Auxprm#
- class astropy.wcs.Auxprm#
 Bases:
objectClass 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
doublesemimajor axis of the ellipsoid that defines the approximate shape of a target body used in projection (m).doubleintermediate axis of the ellipsoid that defines the approximate shape of a target body used in projection (m).doubleDistance between the centre of the celestial body and the observer (m).doubleBodycentric latitude of the observer in the body-fixed reference frame of the target body (deg).doubleBodycentric longitude of the observer in the body-fixed reference frame of the target body, spanning from 0 to 360 deg (deg).doublesemiminor axis of the ellipsoid that defines the approximate shape of a target body used in projection (m).doubleCarrington heliographic longitude of the observer (deg).doubleDistance between the centre of the Sun and the observer (m).doubleStonyhurst heliographic longitude of the observer.doubleHeliographic latitude (Carrington or Stonyhurst) of the observer (deg).doubleReference radius of the Sun used in coordinate calculations (m).Attributes Documentation
- a_radius#
 doublesemimajor axis of the ellipsoid that defines the approximate shape of a target body used in projection (m). If undefined, this is set toNone.
- b_radius#
 doubleintermediate axis of the ellipsoid that defines the approximate shape of a target body used in projection (m). If undefined, this is set toNone.
- bdis_obs#
 doubleDistance between the centre of the celestial body and the observer (m). If undefined, this is set toNone.
- blat_obs#
 doubleBodycentric latitude of the observer in the body-fixed reference frame of the target body (deg). If undefined, this is set toNone.
- blon_obs#
 doubleBodycentric longitude of the observer in the body-fixed reference frame of the target body, spanning from 0 to 360 deg (deg). If undefined, this is set toNone.
- c_radius#
 doublesemiminor axis of the ellipsoid that defines the approximate shape of a target body used in projection (m). If undefined, this is set toNone.
- crln_obs#
 doubleCarrington heliographic longitude of the observer (deg). If undefined, this is set toNone.
- dsun_obs#
 doubleDistance between the centre of the Sun and the observer (m). If undefined, this is set toNone.
- hgln_obs#
 doubleStonyhurst heliographic longitude of the observer. If undefined, this is set toNone.
- hglt_obs#
 doubleHeliographic latitude (Carrington or Stonyhurst) of the observer (deg). If undefined, this is set toNone.
- rsun_ref#
 doubleReference radius of the Sun used in coordinate calculations (m). If undefined, this is set toNone.