lsst.afw g7304ef7ade+559a34a84e
Loading...
Searching...
No Matches
Namespaces | Macros
MaskedImageFitsReader.cc File Reference
#include "lsst/log/Log.h"
#include "boost/algorithm/string/trim.hpp"
#include "lsst/afw/image/MaskedImageFitsReader.h"

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::afw
 
namespace  lsst::afw::image
 

Macros

#define INSTANTIATE(ImagePixelT)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   ImagePixelT)
Value:
template MaskedImage<ImagePixelT, MaskPixel, VariancePixel> MaskedImageFitsReader::read( \
lsst::geom::Box2I const &, \
ImageOrigin, \
bool, bool, bool \
); \
template Image<ImagePixelT> MaskedImageFitsReader::readImage(\
lsst::geom::Box2I const &, \
ImageOrigin, \
bool \
); \
template ndarray::Array<ImagePixelT, 2, 2> MaskedImageFitsReader::readImageArray(\
lsst::geom::Box2I const &, \
ImageOrigin, \
bool \
)

Definition at line 244 of file MaskedImageFitsReader.cc.