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