CoordinateFrame
===============

.. currentmodule:: gwcs.coordinate_frames

.. autoclass:: CoordinateFrame
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~CoordinateFrame.axes_names
      ~CoordinateFrame.axes_order
      ~CoordinateFrame.axes_type
      ~CoordinateFrame.axis_physical_types
      ~CoordinateFrame.name
      ~CoordinateFrame.naxes
      ~CoordinateFrame.reference_frame
      ~CoordinateFrame.serialized_classes
      ~CoordinateFrame.unit
      ~CoordinateFrame.world_axis_object_classes
      ~CoordinateFrame.world_axis_object_components

   .. rubric:: Methods Summary

   .. autosummary::

      ~CoordinateFrame.add_units
      ~CoordinateFrame.from_high_level_coordinates
      ~CoordinateFrame.remove_units
      ~CoordinateFrame.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:: serialized_classes
   .. 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
