22#ifndef LSST_AFW_IMAGE_IMAGEFITSREADER_H
23#define LSST_AFW_IMAGE_IMAGEFITSREADER_H
28namespace lsst {
namespace afw {
namespace image {
57 template <
typename PixelT>
59 bool allowUnsafe=
false);
Base class for image FITS readers.
ImageBaseFitsReader(std::string const &fileName, int hdu=fits::DEFAULT_HDU)
Construct a FITS reader object.
A FITS reader class for regular Images.
Image< PixelT > read(lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false)
Read the Image.
A class to represent a 2-dimensional array of pixels.