lsst.afw
21.0.0-20-g09baf175d+b753e4a737
|
#include <memory>
#include <regex>
#include "lsst/utils/hashCombine.h"
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/FilterLabel.h"
#include "lsst/afw/table/BaseRecord.h"
#include "lsst/afw/table/Flag.h"
#include "lsst/afw/table/FunctorKey.h"
#include "lsst/afw/table/Schema.h"
#include "lsst/afw/table/io/InputArchive.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/io/Persistable.cc"
Go to the source code of this file.
Classes | |
class | lsst::afw::image::FilterLabel::Factory |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::image | |
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects. | |
lsst::afw::image::impl | |
Functions | |
std::string | lsst::afw::image::getDatabaseFilterLabel (std::string const &filterLabel) |
Remap special characters, etc. More... | |
FilterLabel | lsst::afw::image::impl::makeTestFilterLabel (bool hasBand, std::string const &band, bool hasPhysical, std::string const &physical) |
OptionalString band |
Definition at line 213 of file FilterLabel.cc.
OptionalString physical |
Definition at line 214 of file FilterLabel.cc.
table::Schema schema |
Definition at line 212 of file FilterLabel.cc.