CIRS¶
-
class
astropy.coordinates.CIRS(*args, **kwargs)[source] [edit on github]¶ Bases:
astropy.coordinates.BaseCoordinateFrameA coordinate or frame in the Celestial Intermediate Reference System (CIRS).
This frame has one frame attribute:
obstimeThe time at which the observation is taken. Used for determining the position of the Earth and its precession.
Parameters: representation :
BaseRepresentationor NoneA representation object or None to have no data (or use the other keywords)
ra :
Angle, optional, must be keywordThe RA for this object (
decmust also be given andrepresentationmust be None).dec :
Angle, optional, must be keywordThe Declination for this object (
ramust also be given andrepresentationmust be None).distance :
Quantity, optional, must be keywordThe Distance for this object along the line-of-sight. (
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_representationframe_attributesframe_specific_representation_infonameobstimeAttributes Documentation
-
default_representation¶
-
frame_attributes= OrderedDict([('obstime', <astropy.coordinates.baseframe.TimeFrameAttribute object>)])¶
-
frame_specific_representation_info¶
-
name= 'cirs'¶
-
obstime= <Time object: scale='utc' format='jyear_str' value=J2000.000>¶