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
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
- 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.