/** @dir fits
This directory contains source and header files of classes related to
support for reading and writing FITS files.
@note Compiling these classes is optional.
@sa
Building with FITS support and
FitsNTuple class.
*/
/** @brief The C struct used by cfitsio to maintain status of FITS file.
*/
struct fitsfile
{
/* See fitsio.h */
};