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

SlicedLowLevelWCS
=================

.. currentmodule:: astropy.wcs.wcsapi

.. autoclass:: SlicedLowLevelWCS
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SlicedLowLevelWCS.array_shape
      ~SlicedLowLevelWCS.axis_correlation_matrix
      ~SlicedLowLevelWCS.dropped_world_dimensions
      ~SlicedLowLevelWCS.pixel_axis_names
      ~SlicedLowLevelWCS.pixel_bounds
      ~SlicedLowLevelWCS.pixel_n_dim
      ~SlicedLowLevelWCS.pixel_shape
      ~SlicedLowLevelWCS.serialized_classes
      ~SlicedLowLevelWCS.world_axis_names
      ~SlicedLowLevelWCS.world_axis_object_classes
      ~SlicedLowLevelWCS.world_axis_object_components
      ~SlicedLowLevelWCS.world_axis_physical_types
      ~SlicedLowLevelWCS.world_axis_units
      ~SlicedLowLevelWCS.world_n_dim

   .. rubric:: Methods Summary

   .. autosummary::

      ~SlicedLowLevelWCS.array_index_to_world_values
      ~SlicedLowLevelWCS.pixel_to_world_values
      ~SlicedLowLevelWCS.world_to_array_index_values
      ~SlicedLowLevelWCS.world_to_pixel_values

   .. rubric:: Attributes Documentation

   .. autoattribute:: array_shape
   .. autoattribute:: axis_correlation_matrix
   .. autoattribute:: dropped_world_dimensions
   .. autoattribute:: pixel_axis_names
   .. autoattribute:: pixel_bounds
   .. autoattribute:: pixel_n_dim
   .. autoattribute:: pixel_shape
   .. autoattribute:: serialized_classes
   .. autoattribute:: world_axis_names
   .. 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
