LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
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
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
Image< PixelT > read(lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT, bool allowUnsafe=false)
Read the Image.
ImageBaseFitsReader(std::string const &fileName, int hdu=fits::DEFAULT_HDU)
Construct a FITS reader object.
A FITS reader class for regular Images.
Base class for image FITS readers.
A base class for image defects.
An integer coordinate rectangle.
A class to represent a 2-dimensional array of pixels.