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::SdssCentroidTransform Class Reference

#include <SdssCentroid.h>

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

Public Types

typedef SdssCentroidControl Control
 

Public Member Functions

 SdssCentroidTransform (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 101 of file SdssCentroid.h.

Member Typedef Documentation

Definition at line 103 of file SdssCentroid.h.

Constructor & Destructor Documentation

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

Definition at line 540 of file SdssCentroid.cc.

544  :
545  CentroidTransform{name, mapper}
546 {
547  for (auto flag = getFlagDefinitions().begin() + 1; flag < getFlagDefinitions().end(); ++flag) {
548  mapper.addMapping(mapper.getInputSchema().find<afw::table::Flag>(
549  mapper.getInputSchema().join(name, flag->name)).key);
550  }
551 }
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: