lsst.meas.base
14.0
|
#include <ScaledApertureFlux.h>
Public Types | |
typedef ScaledApertureFluxControl | Control |
Public Member Functions | |
ScaledApertureFluxTransform (Control const &ctrl, std::string const &name, afw::table::SchemaMapper &mapper) | |
![]() | |
FluxTransform (std::string const &name, afw::table::SchemaMapper &mapper) | |
virtual void | operator() (afw::table::SourceCatalog const &inputCatalog, afw::table::BaseCatalog &outputCatalog, afw::image::Wcs const &wcs, afw::image::Calib const &calib) const |
![]() | |
BaseTransform (std::string const &name) | |
virtual | ~BaseTransform () |
Additional Inherited Members | |
![]() | |
void | checkCatalogSize (afw::table::BaseCatalog const &cat1, afw::table::BaseCatalog const &cat2) const |
Ensure that catalogs have the same size. More... | |
![]() | |
std::string | _name |
Definition at line 93 of file ScaledApertureFlux.h.
Definition at line 95 of file ScaledApertureFlux.h.
lsst::meas::base::ScaledApertureFluxTransform::ScaledApertureFluxTransform | ( | Control const & | ctrl, |
std::string const & | name, | ||
afw::table::SchemaMapper & | mapper | ||
) |
Definition at line 79 of file ScaledApertureFlux.cc.