#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.
◆ INSTANTIATE
#define INSTANTIATE |
( |
|
ImagePixelT | ) |
|
Value:
bool, bool, bool \
); \
template Image<ImagePixelT> MaskedImageFitsReader::readImage(\
bool \
); \
template ndarray::Array<ImagePixelT, 2, 2> MaskedImageFitsReader::readImageArray(\
bool \
)
std::shared_ptr< table::io::Persistable > read(table::io::InputArchive const &archive, table::io::CatalogVector const &catalogs) const override
Definition at line 244 of file MaskedImageFitsReader.cc.