lsst.afw
21.0.0-25-g1d57be3cd+e73869a214
|
#include <map>
#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 | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::image | |
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects. | |
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 (Filter const &filter) |
Convert an old-style Filter to a FilterLabel. 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... | |
Filter | lsst::afw::image::makeFilter (FilterLabel const &label) |
Convert a FilterLabel back to an old-style Filter. More... | |
#define INSTANTIATE | ( | ImagePixelT | ) |
Definition at line 738 of file ExposureFitsReader.cc.