CoordinateFrameProtocol ======================= .. currentmodule:: gwcs.coordinate_frames .. autoclass:: CoordinateFrameProtocol :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~CoordinateFrameProtocol.axes_names ~CoordinateFrameProtocol.axes_order ~CoordinateFrameProtocol.axes_type ~CoordinateFrameProtocol.axis_physical_types ~CoordinateFrameProtocol.name ~CoordinateFrameProtocol.naxes ~CoordinateFrameProtocol.reference_frame ~CoordinateFrameProtocol.unit ~CoordinateFrameProtocol.world_axis_object_classes ~CoordinateFrameProtocol.world_axis_object_components .. rubric:: Methods Summary .. autosummary:: ~CoordinateFrameProtocol.add_units ~CoordinateFrameProtocol.from_high_level_coordinates ~CoordinateFrameProtocol.remove_units ~CoordinateFrameProtocol.to_high_level_coordinates .. rubric:: Attributes Documentation .. autoattribute:: axes_names .. autoattribute:: axes_order .. autoattribute:: axes_type .. autoattribute:: axis_physical_types .. autoattribute:: name .. autoattribute:: naxes .. autoattribute:: reference_frame .. autoattribute:: unit .. autoattribute:: world_axis_object_classes .. autoattribute:: world_axis_object_components .. rubric:: Methods Documentation .. automethod:: add_units .. automethod:: from_high_level_coordinates .. automethod:: remove_units .. automethod:: to_high_level_coordinates