LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Types | Public Member Functions | List of all members
lsst::meas::base::GaussianCentroidTransform Class Reference

#include <GaussianCentroid.h>

Inheritance diagram for lsst::meas::base::GaussianCentroidTransform:
lsst::meas::base::CentroidTransform lsst::meas::base::BaseTransform

Public Types

typedef GaussianCentroidControl Control
 

Public Member Functions

 GaussianCentroidTransform (Control const &ctrl, std::string const &name, afw::table::SchemaMapper &mapper)
 
- Public Member Functions inherited from lsst::meas::base::CentroidTransform
 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
 
- Public Member Functions inherited from lsst::meas::base::BaseTransform
 BaseTransform (std::string const &name)
 
virtual ~BaseTransform ()
 

Additional Inherited Members

- Protected Member Functions inherited from lsst::meas::base::BaseTransform
void checkCatalogSize (afw::table::BaseCatalog const &cat1, afw::table::BaseCatalog const &cat2) const
 Ensure that catalogs have the same size. More...
 
- Protected Attributes inherited from lsst::meas::base::BaseTransform
std::string _name
 

Detailed Description

Definition at line 130 of file GaussianCentroid.h.

Member Typedef Documentation

Definition at line 132 of file GaussianCentroid.h.

Constructor & Destructor Documentation

lsst::meas::base::GaussianCentroidTransform::GaussianCentroidTransform ( Control const &  ctrl,
std::string const &  name,
afw::table::SchemaMapper mapper 
)

Definition at line 586 of file GaussianCentroid.cc.

590  :
591  CentroidTransform{name, mapper}
592 {
593  for (auto flag = getFlagDefinitions().begin() + 1; flag < getFlagDefinitions().end(); ++flag) {
594  mapper.addMapping(mapper.getInputSchema().find<afw::table::Flag>(
595  mapper.getInputSchema().join(name, flag->name)).key);
596  }
597 }
table::Key< std::string > name
Definition: ApCorrMap.cc:71
CentroidTransform(std::string const &name, afw::table::SchemaMapper &mapper)

The documentation for this class was generated from the following files: