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

BaseLowLevelWCS
===============

.. currentmodule:: astropy.wcs.wcsapi

.. autoclass:: BaseLowLevelWCS
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BaseLowLevelWCS.array_shape
      ~BaseLowLevelWCS.axis_correlation_matrix
      ~BaseLowLevelWCS.pixel_bounds
      ~BaseLowLevelWCS.pixel_n_dim
      ~BaseLowLevelWCS.pixel_shape
      ~BaseLowLevelWCS.serialized_classes
      ~BaseLowLevelWCS.world_axis_object_classes
      ~BaseLowLevelWCS.world_axis_object_components
      ~BaseLowLevelWCS.world_axis_physical_types
      ~BaseLowLevelWCS.world_axis_units
      ~BaseLowLevelWCS.world_n_dim

   .. rubric:: Methods Summary

   .. autosummary::

      ~BaseLowLevelWCS.array_index_to_world_values
      ~BaseLowLevelWCS.pixel_to_world_values
      ~BaseLowLevelWCS.world_to_array_index_values
      ~BaseLowLevelWCS.world_to_pixel_values

   .. rubric:: Attributes Documentation

   .. autoattribute:: array_shape
   .. autoattribute:: axis_correlation_matrix
   .. autoattribute:: pixel_bounds
   .. autoattribute:: pixel_n_dim
   .. autoattribute:: pixel_shape
   .. autoattribute:: serialized_classes
   .. 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:: pixel_to_world_values
   .. automethod:: world_to_array_index_values
   .. automethod:: world_to_pixel_values
