ReferencePlaneFrame¶
- class twobody.ReferencePlaneFrame(*args, **kwargs)[source]¶
Bases:
BaseCoordinateFrameA coordinate frame aligned with the reference plane coordinates of a Kepler orbit, centered on the barycenter or reference point of the orbit.
See Observer or reference plane coordinates for more information.
ReferencePlaneFrameobjects always have generic component names for spherical coordinates oflon/lat, not the component names for the frame of theorigin.- Parameters
- representation
BaseRepresentationor None A representation object or None to have no data (or use the other keywords).
- origin
SkyCoordor low-level coordinate object. The coordinate which specifies the origin of this frame. This is typically a sky position and a distance to the barycenter or reference point of the orbit at a particular epoch.
- representation
Notes
ReferencePlaneFrameis a factory class. That is, the objects that it yields are not actually objects of classReferencePlaneFrame. Instead, distinct classes are created on-the-fly for whatever the frame class is oforigin.Attributes Summary
Attributes Documentation
- default_differential¶
- default_representation¶
- frame_attributes = {'origin': <astropy.coordinates.attributes.CoordinateAttribute object>}¶
- frame_specific_representation_info¶
- name = 'referenceplaneframe'¶
- origin = None¶