LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <CentroidUtilities.h>
Public Member Functions | |
CentroidTransform (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 () |
Private Attributes | |
afw::table::CoordKey | _coordKey |
afw::table::CovarianceMatrixKey < ErrElement, 2 > | _coordErrKey |
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 |
Base for centroid measurement transformations.
Provides a basic transform from centroid plus associated uncertainty to celestial position with uncertainty. The basic "flag" attribute for the measurement algorithm is propagated to the output.
Subclasses should define a constructor which take a Control argument corresponding to the measurement algorithm being transformed and ensure that any other necessary flags are propagated.
Definition at line 182 of file CentroidUtilities.h.
lsst::meas::base::CentroidTransform::CentroidTransform | ( | std::string const & | name, |
afw::table::SchemaMapper & | mapper | ||
) |
Definition at line 133 of file CentroidUtilities.cc.
|
virtual |
Implements lsst::meas::base::BaseTransform.
Definition at line 161 of file CentroidUtilities.cc.
|
private |
Definition at line 201 of file CentroidUtilities.h.
|
private |
Definition at line 200 of file CentroidUtilities.h.