24namespace lsst {
namespace afw {
namespace image {
26template <
typename PixelT>
31#define INSTANTIATE(T) \
32 template Image<T> ImageFitsReader::read(lsst::geom::Box2I const &, ImageOrigin, bool)
#define INSTANTIATE(FROMSYS, TOSYS)
lsst::geom::Point2I readXY0(lsst::geom::Box2I const &bbox=lsst::geom::Box2I(), ImageOrigin origin=PARENT)
Read the image origin from the on-disk image or a subimage thereof.
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.