lsst.meas.base
13.0-26-g0f127ff+5
|
Measurement transformation for aperture fluxes. More...
#include <ApertureFlux.h>
Public Types | |
typedef ApertureFluxControl | Control |
Public Member Functions | |
ApertureFluxTransform (Control const &ctrl, 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 |
Measurement transformation for aperture fluxes.
Transforms fluxes with associated errors to magnitudes. Correctly handles multiple apertures. Flags are propagated from input to output.
Definition at line 277 of file ApertureFlux.h.
Definition at line 279 of file ApertureFlux.h.
lsst::meas::base::ApertureFluxTransform::ApertureFluxTransform | ( | Control const & | ctrl, |
std::string const & | name, | ||
afw::table::SchemaMapper & | mapper | ||
) |
Definition at line 321 of file ApertureFlux.cc.
|
virtual |
Implements lsst::meas::base::BaseTransform.
Definition at line 344 of file ApertureFlux.cc.