Class lsst::afw::image::ImageFitsReader

class ImageFitsReader : public lsst::afw::image::ImageBaseFitsReader

A FITS reader class for regular Images.

All ImageFitsReader methods provide strong exception safety, but exceptions thrown by the internal fits::Fits object itself may change its status variable or HDU pointer; ImageFitsReader guards against this by resetting those before any use of the Fits object.