lsst.afw gaaf94ba588+3cc41d2aa1
Classes | Namespaces | Macros | Functions
ExposureFitsReader.cc File Reference
#include <map>
#include <optional>
#include <regex>
#include <set>
#include "lsst/log/Log.h"
#include "lsst/afw/image/PhotoCalib.h"
#include "lsst/afw/geom/polygon/Polygon.h"
#include "lsst/afw/geom/SkyWcs.h"
#include "lsst/afw/cameraGeom/Detector.h"
#include "lsst/afw/image/ApCorrMap.h"
#include "lsst/afw/detection/Psf.h"
#include "lsst/afw/image/TransmissionCurve.h"
#include "lsst/afw/image/ExposureFitsReader.h"

Go to the source code of this file.

Classes

class  lsst::afw::image::ExposureFitsReader::MetadataReader
 
class  lsst::afw::image::ExposureFitsReader::ArchiveReader
 

Namespaces

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

Macros

#define INSTANTIATE(ImagePixelT)
 

Functions

std::shared_ptr< FilterLabel > lsst::afw::image::makeFilterLabelDirect (std::string const &name)
 Convert an old-style filter name to a FilterLabel without external information. More...
 
std::shared_ptr< FilterLabel > lsst::afw::image::makeFilterLabel (std::string const &name)
 Convert an old-style single Filter name to a FilterLabel, using available information. More...
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   ImagePixelT)
Value:
template Exposure<ImagePixelT, MaskPixel, VariancePixel> ExposureFitsReader::read( \
lsst::geom::Box2I const&, ImageOrigin, bool, bool); \
template Image<ImagePixelT> ExposureFitsReader::readImage(lsst::geom::Box2I const&, ImageOrigin, bool); \
template ndarray::Array<ImagePixelT, 2, 2> ExposureFitsReader::readImageArray(lsst::geom::Box2I const&, \
ImageOrigin, bool); \
template MaskedImage<ImagePixelT, MaskPixel, VariancePixel> ExposureFitsReader::readMaskedImage( \
lsst::geom::Box2I const&, ImageOrigin, bool, bool)
std::shared_ptr< table::io::Persistable > read(table::io::InputArchive const &archive, table::io::CatalogVector const &catalogs) const override
Definition: warpExposure.cc:0

Definition at line 645 of file ExposureFitsReader.cc.