.. include:: ../wcs/references.txt

HighLevelWCSWrapper
===================

.. currentmodule:: astropy.wcs.wcsapi

.. autoclass:: HighLevelWCSWrapper
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~HighLevelWCSWrapper.array_shape
      ~HighLevelWCSWrapper.axis_correlation_matrix
      ~HighLevelWCSWrapper.low_level_wcs
      ~HighLevelWCSWrapper.pixel_bounds
      ~HighLevelWCSWrapper.pixel_n_dim
      ~HighLevelWCSWrapper.world_axis_physical_types
      ~HighLevelWCSWrapper.world_axis_units
      ~HighLevelWCSWrapper.world_n_dim

   .. rubric:: Methods Summary

   .. autosummary::

      ~HighLevelWCSWrapper.array_index_to_world
      ~HighLevelWCSWrapper.pixel_to_world
      ~HighLevelWCSWrapper.world_to_array_index
      ~HighLevelWCSWrapper.world_to_pixel

   .. rubric:: Attributes Documentation

   .. autoattribute:: array_shape
   .. autoattribute:: axis_correlation_matrix
   .. autoattribute:: low_level_wcs
   .. autoattribute:: pixel_bounds
   .. autoattribute:: pixel_n_dim
   .. autoattribute:: world_axis_physical_types
   .. autoattribute:: world_axis_units
   .. autoattribute:: world_n_dim

   .. rubric:: Methods Documentation

   .. automethod:: array_index_to_world
   .. automethod:: pixel_to_world
   .. automethod:: world_to_array_index
   .. automethod:: world_to_pixel
