lsst.meas.base
13.0-26-g0f127ff+5
|
Transformation for SdssShape measurements. More...
#include <SdssShape.h>
Public Types | |
typedef SdssShapeControl | Control |
Public Member Functions | |
SdssShapeTransform (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 |
Transformation for SdssShape measurements.
SdssShape measures not just shape but also flux and centroid. This transform operates on the first directly, and delegates to the Flux and Centroid transforms for the other two.
Definition at line 265 of file SdssShape.h.
Definition at line 267 of file SdssShape.h.
lsst::meas::base::SdssShapeTransform::SdssShapeTransform | ( | Control const & | ctrl, |
std::string const & | name, | ||
afw::table::SchemaMapper & | mapper | ||
) |
Definition at line 994 of file SdssShape.cc.
|
virtual |
Implements lsst::meas::base::BaseTransform.
Definition at line 1026 of file SdssShape.cc.