HCRS¶
-
class
astropy.coordinates.HCRS(*args, **kwargs)[source] [edit on github]¶ Bases:
astropy.coordinates.BaseCoordinateFrameA coordinate or frame in a Heliocentric system, with axes aligned to ICRS.
The ICRS has an origin at the Barycenter and axes which are fixed with respect to space.
This coordinate system is distinct from ICRS mainly in that it is relative to the Sun’s center-of-mass rather than the solar system Barycenter. In principle, therefore, this frame should include the effects of aberration (unlike ICRS), but this is not done, since they are very small, of the order of 8 milli-arcseconds.
For more background on the ICRS and related coordinate transformations, see the references provided in the See Also section of the documentation.
This frame has these frame attributes:
obstimeThe time at which the observation is taken. Used for determining the position of the Sun.
Parameters: representation :
BaseRepresentationor NoneA representation or
Noneto have no data (or use the other keywords)ra :
Angle, optional, must be keywordRight ascension for this object (
decmust also be given andrepresentationmust beNone).dec :
Angle, optional, must be keywordDeclination for this object (
ramust also be given andrepresentationmust beNone).distance :
Quantity, optional, must be keywordThe Distance for this object along the line-of-sight. (
representationmust beNone).copy : bool, optional
If
True(default), make copies of the input coordinate arrays. Can only be passed in as a keyword argument.Attributes Summary
default_representationframe_attributesframe_specific_representation_infonameobstimeAttributes Documentation
-
default_representation¶
-
frame_attributes= OrderedDict([('obstime', <astropy.coordinates.baseframe.TimeFrameAttribute object>)])¶
-
frame_specific_representation_info¶
-
name= 'hcrs'¶
-
obstime= <Time object: scale='utc' format='jyear_str' value=J2000.000>¶