LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Functions
Filter.cc File Reference
#include <cmath>
#include "boost/format.hpp"
#include "boost/algorithm/string/trim.hpp"
#include "lsst/pex/exceptions.h"
#include "lsst/daf/base/PropertySet.h"
#include "lsst/afw/image/Filter.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.

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::detail
 

Functions

int lsst::afw::image::detail::stripFilterKeywords (std::shared_ptr< lsst::daf::base::PropertySet > metadata)
 Remove Filter-related keywords from the metadata. More...
 

Variable Documentation

◆ name

table::Key<std::string> name

Definition at line 188 of file Filter.cc.

◆ schema

table::Schema schema

Definition at line 187 of file Filter.cc.