PrecessedGeocentric¶
-
class
astropy.coordinates.
PrecessedGeocentric
(*args, **kwargs)[source] [edit on github]¶ Bases:
astropy.coordinates.BaseCoordinateFrame
A coordinate frame defined in a similar manner as GCRS, but precessed to a requested (mean) equinox. Note that this does not end up the same as regular GCRS even for J2000 equinox, because the GCRS orientation is fixed to that of ICRS, which is not quite the same as the dynamical J2000 orientation.
This frame has these frame attributes:
equinox
- The (mean) equinox to precess the coordinates to.
obstime
- The time at which the observation is taken. Used for determining the position of the Earth.
obsgeoloc
- The position of the observer relative to the center-of-mass of the Earth,
oriented the same as BCRS/ICRS. Either [0, 0, 0],
CartesianRepresentation
, or proper input for one, i.e., aQuantity
with shape (3, ...) and length units. Defaults to [0, 0, 0], meaning “true” Geocentric.
obsgeovel
- The velocity of the observer relative to the center-of-mass of the Earth,
oriented the same as BCRS/ICRS. Either 0,
CartesianRepresentation
, or proper input for one, i.e., aQuantity
with shape (3, ...) and velocity units. Defaults to [0, 0, 0], meaning “true” Geocentric.
Parameters: representation :
BaseRepresentation
or NoneA representation object or None to have no data (or use the other keywords)
ra :
Angle
, optional, must be keywordThe RA for this object (
dec
must also be given andrepresentation
must be None).dec :
Angle
, optional, must be keywordThe Declination for this object (
ra
must also be given andrepresentation
must be None).distance :
Quantity
, optional, must be keywordThe Distance for this object along the line-of-sight. (
representation
must 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_representation
equinox
frame_attributes
frame_specific_representation_info
name
obsgeoloc
obsgeovel
obstime
Attributes Documentation
-
default_representation
¶
-
equinox
= <Time object: scale='utc' format='jyear_str' value=J2000.000>¶
-
frame_attributes
= OrderedDict([('equinox', <astropy.coordinates.baseframe.TimeFrameAttribute object>), ('obstime', <astropy.coordinates.baseframe.TimeFrameAttribute object>), ('obsgeoloc', <astropy.coordinates.baseframe.CartesianRepresentationFrameAttribute object>), ('obsgeovel', <astropy.coordinates.baseframe.CartesianRepresentationFrameAttribute object>)])¶
-
frame_specific_representation_info
¶
-
name
= 'precessedgeocentric'¶
-
obsgeoloc
= <CartesianRepresentation (x, y, z) in m ( 0., 0., 0.)>¶
-
obsgeovel
= <CartesianRepresentation (x, y, z) in m / s ( 0., 0., 0.)>¶
-
obstime
= <Time object: scale='utc' format='jyear_str' value=J2000.000>¶