NDCube
======

.. currentmodule:: ndcube

.. autoclass:: NDCube
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~NDCube.dimensions
      ~NDCube.extra_coords
      ~NDCube.world_axis_physical_types

   .. rubric:: Methods Summary

   .. autosummary::

      ~NDCube.axis_world_coords
      ~NDCube.crop_by_coords
      ~NDCube.crop_by_extra_coord
      ~NDCube.pixel_to_world
      ~NDCube.world_to_pixel

   .. rubric:: Attributes Documentation

   .. autoattribute:: dimensions
   .. autoattribute:: extra_coords
   .. autoattribute:: world_axis_physical_types

   .. rubric:: Methods Documentation

   .. automethod:: axis_world_coords
   .. automethod:: crop_by_coords
   .. automethod:: crop_by_extra_coord
   .. automethod:: pixel_to_world
   .. automethod:: world_to_pixel
