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 Member Functions | Public Attributes | List of all members
lsst::meas::base::PsfFluxControl Class Reference

A C++ control class to handle PsfFluxAlgorithm's configuration. More...

#include <PsfFlux.h>

Public Member Functions

 PsfFluxControl ()
 Default constructor. More...
 

Public Attributes

std::vector< std::string > badMaskPlanes
 "Mask planes that indicate pixels that should be excluded from the fit" ; More...
 

Detailed Description

A C++ control class to handle PsfFluxAlgorithm's configuration.

In C++, we define Control objects to handle configuration information. Using the LSST_CONTROL_FIELD macro and lsst.pex.config.wrap.makeConfigClass, we can turn these into more full-featured Config classes in Python. While the user will usually interact with the Config class, the plugin wrapper system will turn Config instances into Control instances when passing them to C++.

This should logically be an inner class, but Swig doesn't know how to parse those.

Definition at line 46 of file PsfFlux.h.

Constructor & Destructor Documentation

lsst::meas::base::PsfFluxControl::PsfFluxControl ( )
inline

Default constructor.

All control classes should define a default constructor that sets all fields to their default values.

Definition at line 57 of file PsfFlux.h.

57 {}

Member Data Documentation

std::vector<std::string> lsst::meas::base::PsfFluxControl::badMaskPlanes

"Mask planes that indicate pixels that should be excluded from the fit" ;

Definition at line 50 of file PsfFlux.h.


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