GeocentricTrueEcliptic¶
-
class
astropy.coordinates.GeocentricTrueEcliptic(*args, **kwargs)[source] [edit on github]¶ Bases:
astropy.coordinates.BaseCoordinateFrameGeocentric ecliptic coordinates. These origin of the coordinates are the geocenter (Earth), with the x axis pointing to the true (not mean) equinox at the time specified by the
equinoxattribute, and the xy-plane in the plane of the ecliptic for that date.Be aware that the definition of “geocentric” here means that this frame includes light deflection from the sun, aberration, etc when transforming to/from e.g. ICRS.
This frame has one frame attribute:
equinoxThe date to assume for this frame. Determines the location of the x-axis and the location of the Earth (necessary for transformation to non-geocentric systems).
Warning
In the current version of astropy, the ecliptic frames do not yet have stringent accuracy tests. We recommend you test to “known-good” cases to ensure this frames are what you are looking for. (and then ideally you would contribute these tests to Astropy!)
Parameters: representation :
BaseRepresentationor NoneA representation object or None to have no data (or use the other keywords)
lon :
Angle, optional, must be keywordThe ecliptic longitude for this object (
latmust also be given andrepresentationmust be None).lat :
Angle, optional, must be keywordThe ecliptic latitude for this object (
lonmust also be given andrepresentationmust be None).distance :
Quantity, optional, must be keywordThe Distance for this object from the geocenter. (
representationmust be None).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_representationequinoxframe_attributesframe_specific_representation_infonameAttributes Documentation
-
default_representation¶
-
equinox= <Time object: scale='utc' format='jyear_str' value=J2000.000>¶
-
frame_attributes= OrderedDict([('equinox', <astropy.coordinates.baseframe.TimeFrameAttribute object>)])¶
-
frame_specific_representation_info¶
-
name= 'geocentrictrueecliptic'¶