lsst.meas.base ge56fc974f0+69957a1b98
|
#include <NaiveCentroid.h>
Public Types | |
typedef NaiveCentroidControl | Control |
Protected Member Functions | |
void | checkCatalogSize (afw::table::BaseCatalog const &cat1, afw::table::BaseCatalog const &cat2) const |
Ensure that catalogs have the same size. | |
Protected Attributes | |
std::string | _name |
Definition at line 94 of file NaiveCentroid.h.
Definition at line 96 of file NaiveCentroid.h.
lsst::meas::base::NaiveCentroidTransform::NaiveCentroidTransform | ( | Control const & | ctrl, |
std::string const & | name, | ||
afw::table::SchemaMapper & | mapper | ||
) |
Definition at line 99 of file NaiveCentroid.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 144 of file CentroidUtilities.cc.
|
protectedinherited |
Definition at line 107 of file Transform.h.