lsst.afw  21.0.0-23-g03fb9f672+f385fa6f38
Classes | Namespaces | Functions
FilterLabel.cc File Reference
#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)
 

Variable Documentation

◆ band

OptionalString band

Definition at line 213 of file FilterLabel.cc.

◆ physical

OptionalString physical

Definition at line 214 of file FilterLabel.cc.

◆ schema

table::Schema schema

Definition at line 212 of file FilterLabel.cc.