BaseCoordinateFrame¶
- class gwcs.coordinate_frames.BaseCoordinateFrame[source]¶
Bases:
ABCAPI Definition for a Coordinate frame
Attributes Summary
Names describing the axes of the frame.
The position of the axes in the frame in the transform.
An upcase string describing the type of the axis.
The UCD 1+ physical types for the axes, in frame order.
The name of the coordinate frame.
The number of axes described by this frame.
The reference frame of the coordinates described by this frame.
The units of the axes in this frame.
The APE 14 object classes for this frame.
The APE 14 object components for this frame.
Methods Summary
add_units(arrays)Add units to the arrays
remove_units(arrays)Remove units from the input arrays
Attributes Documentation
- axes_names¶
Names describing the axes of the frame.
- axes_order¶
The position of the axes in the frame in the transform.
- axes_type¶
An upcase string describing the type of the axis.
Known values are
"SPATIAL", "TEMPORAL", "STOKES", "SPECTRAL", "PIXEL".
- axis_physical_types¶
The UCD 1+ physical types for the axes, in frame order.
- name¶
The name of the coordinate frame.
- naxes¶
The number of axes described by this frame.
- reference_frame¶
The reference frame of the coordinates described by this frame.
This is usually an Astropy object such as
SkyCoordorTime.
- unit¶
The units of the axes in this frame.
- world_axis_object_classes¶
The APE 14 object classes for this frame.
See also
astropy.wcs.wcsapi.BaseLowLevelWCS.world_axis_object_classes
- world_axis_object_components¶
The APE 14 object components for this frame.
See also
astropy.wcs.wcsapi.BaseLowLevelWCS.world_axis_object_components
Methods Documentation