.. _fits: *********************************** FITS Handler (:mod:`pyvisgen.fits`) *********************************** .. currentmodule:: pyvisgen.fits Introduction ============ :mod:`pyvisgen.fits` contains methods to handle FITS file operations. There are two submodules, :mod:`~pyvisgen.fits.data`, which provides methods to open and handle ``.h5`` files, and :mod:`~pyvisgen.fits.writer`, which provides methods to create HDU objects for FITS files. Submodules ========== .. toctree:: :maxdepth: 1 :glob: data writer Reference/API ============= .. automodapi:: pyvisgen.fits :no-inheritance-diagram: