22 #ifndef LSST_AFW_IMAGE_IMAGEFITSREADER_H 23 #define LSST_AFW_IMAGE_IMAGEFITSREADER_H 57 template <
typename PixelT>
59 bool allowUnsafe=
false);
65 #endif // !LSST_AFW_IMAGE_IMAGEFITSREADER_H
A FITS reader class for regular Images.
ImageBaseFitsReader(std::string const &fileName, int hdu=fits::DEFAULT_HDU)
Construct a FITS reader object.
A base class for image defects.
Image< PixelT > read(lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false)
Read the Image.
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
Base class for image FITS readers.
An integer coordinate rectangle.
A class to represent a 2-dimensional array of pixels.