Fits
====

.. currentmodule:: lsst.afw.fits

.. autoclass:: Fits
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Fits.status

   .. rubric:: Methods Summary

   .. autosummary::

      ~Fits.checkCompressedImagePhu
      ~Fits.closeFile
      ~Fits.countHdus
      ~Fits.createEmpty
      ~Fits.getFileName
      ~Fits.getHdu
      ~Fits.getImageCompression
      ~Fits.gotoFirstHdu
      ~Fits.readMetadata
      ~Fits.setHdu
      ~Fits.setImageCompression
      ~Fits.writeMetadata

   .. rubric:: Attributes Documentation

   .. autoattribute:: status

   .. rubric:: Methods Documentation

   .. automethod:: checkCompressedImagePhu
   .. automethod:: closeFile
   .. automethod:: countHdus
   .. automethod:: createEmpty
   .. automethod:: getFileName
   .. automethod:: getHdu
   .. automethod:: getImageCompression
   .. automethod:: gotoFirstHdu
   .. automethod:: readMetadata
   .. automethod:: setHdu
   .. automethod:: setImageCompression
   .. automethod:: writeMetadata