Coordinates
===========

.. currentmodule:: glue.core.coordinates

.. autoclass:: Coordinates
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Coordinates.pixel_n_dim
      ~Coordinates.world_axis_object_classes
      ~Coordinates.world_axis_object_components
      ~Coordinates.world_axis_physical_types
      ~Coordinates.world_axis_units
      ~Coordinates.world_n_dim

   .. rubric:: Methods Summary

   .. autosummary::

      ~Coordinates.array_index_to_world_values
      ~Coordinates.world_to_array_index_values

   .. rubric:: Attributes Documentation

   .. autoattribute:: pixel_n_dim
   .. autoattribute:: world_axis_object_classes
   .. autoattribute:: world_axis_object_components
   .. autoattribute:: world_axis_physical_types
   .. autoattribute:: world_axis_units
   .. autoattribute:: world_n_dim

   .. rubric:: Methods Documentation

   .. automethod:: array_index_to_world_values
   .. automethod:: world_to_array_index_values
