#include <NaiveCentroid.h>
|
| NaiveCentroidTransform (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 |
|
|
void | checkCatalogSize (afw::table::BaseCatalog const &cat1, afw::table::BaseCatalog const &cat2) const |
| Ensure that catalogs have the same size. More...
|
|
Definition at line 98 of file NaiveCentroid.h.
◆ Control
◆ NaiveCentroidTransform()
lsst::meas::base::NaiveCentroidTransform::NaiveCentroidTransform |
( |
Control const & |
ctrl, |
|
|
std::string const & |
name, |
|
|
afw::table::SchemaMapper & |
mapper |
|
) |
| |
◆ checkCatalogSize()
void lsst::meas::base::BaseTransform::checkCatalogSize |
( |
afw::table::BaseCatalog const & |
cat1, |
|
|
afw::table::BaseCatalog const & |
cat2 |
|
) |
| const |
|
inlineprotectedinherited |
Ensure that catalogs have the same size.
- Parameters
-
[in] | cat1 | Catalog for comparison |
[in] | cat2 | Catalog for comparison |
- Exceptions
-
LengthError | Catalog sizes do not match |
Definition at line 101 of file Transform.h.
◆ operator()()
void lsst::meas::base::CentroidTransform::operator() |
( |
afw::table::SourceCatalog const & |
inputCatalog, |
|
|
afw::table::BaseCatalog & |
outputCatalog, |
|
|
afw::image::Wcs const & |
wcs, |
|
|
afw::image::Calib const & |
calib |
|
) |
| const |
|
virtualinherited |
◆ _name
std::string lsst::meas::base::BaseTransform::_name |
|
protectedinherited |
The documentation for this class was generated from the following files: