ITRS¶
-
class
astropy.coordinates.ITRS(*args, **kwargs)[source] [edit on github]¶ Bases:
astropy.coordinates.BaseCoordinateFrameA coordinate or frame in the International Terrestrial Reference System (ITRS). This is approximately a geocentric system, although strictly it is defined by a series of reference locations near the surface of the Earth. For more background on the ITRS, see the references provided in the See Also section of the documentation.
Attributes Summary
default_representationearth_locationThe data in this frame as an EarthLocationclass.frame_attributesframe_specific_representation_infonameobstimeAttributes Documentation
-
default_representation¶
-
earth_location¶ The data in this frame as an
EarthLocationclass.
-
frame_attributes= OrderedDict([('obstime', <astropy.coordinates.baseframe.TimeFrameAttribute object at 0x7f523a458410>)])¶
-
frame_specific_representation_info¶
-
name= 'itrs'¶
-
obstime= <Time object: scale='utc' format='jyear_str' value=J2000.000>¶
-