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

#include <GaussianFlux.h>

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

Public Types

typedef GaussianFluxControl Control
 

Public Member Functions

 GaussianFluxTransform (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 95 of file GaussianFlux.h.

Member Typedef Documentation

Definition at line 97 of file GaussianFlux.h.

Constructor & Destructor Documentation

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

Definition at line 98 of file GaussianFlux.h.

98  :
99  FluxTransform{name, mapper} { }
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 file: