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

#include <PsfFlux.h>

Inheritance diagram for lsst::meas::base::PsfFluxTransform:
lsst::meas::base::FluxTransform lsst::meas::base::BaseTransform

Public Types

typedef PsfFluxControl Control
 

Public Member Functions

 PsfFluxTransform (Control const &ctrl, std::string const &name, afw::table::SchemaMapper &mapper)
 
- Public Member Functions inherited from lsst::meas::base::FluxTransform
 FluxTransform (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 102 of file PsfFlux.h.

Member Typedef Documentation

Definition at line 104 of file PsfFlux.h.

Constructor & Destructor Documentation

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

Definition at line 141 of file PsfFlux.cc.

145  :
146  FluxTransform{name, mapper}
147 {
148  for (auto flag = getFlagDefinitions().begin() + 1; flag < getFlagDefinitions().end(); flag++) {
149  mapper.addMapping(mapper.getInputSchema().find<afw::table::Flag>(name + "_" + flag->name).key);
150  }
151 }
table::Key< std::string > name
Definition: ApCorrMap.cc:71
FluxTransform(std::string const &name, afw::table::SchemaMapper &mapper)

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