|
lsst.meas.base
19.0.0-1-gdc0e4a7+1
|
#include <LocalBackground.h>
Public Types | |
| typedef LocalBackgroundControl | Control |
Public Member Functions | |
| LocalBackgroundTransform (Control const &ctrl, std::string const &name, afw::table::SchemaMapper &mapper) | |
| virtual void | operator() (afw::table::SourceCatalog const &inputCatalog, afw::table::BaseCatalog &outputCatalog, afw::geom::SkyWcs const &wcs, afw::image::PhotoCalib const &photoCalib) const |
Protected Member Functions | |
| void | checkCatalogSize (afw::table::BaseCatalog const &cat1, afw::table::BaseCatalog const &cat2) const |
| Ensure that catalogs have the same size. More... | |
Protected Attributes | |
| std::string | _name |
Definition at line 90 of file LocalBackground.h.
Definition at line 92 of file LocalBackground.h.
| lsst::meas::base::LocalBackgroundTransform::LocalBackgroundTransform | ( | Control const & | ctrl, |
| std::string const & | name, | ||
| afw::table::SchemaMapper & | mapper | ||
| ) |
Definition at line 109 of file LocalBackground.cc.
|
inlineprotectedinherited |
Ensure that catalogs have the same size.
| [in] | cat1 | Catalog for comparison |
| [in] | cat2 | Catalog for comparison |
| LengthError | Catalog sizes do not match |
Definition at line 102 of file Transform.h.
|
virtualinherited |
Implements lsst::meas::base::BaseTransform.
Definition at line 88 of file FluxUtilities.cc.
|
protectedinherited |
Definition at line 107 of file Transform.h.
1.8.13