lsst.meas.base
13.0-33-gb1a1d47+4
|
A C++ control class to handle GaussianCentroidAlgorithm's configuration. More...
#include <GaussianCentroid.h>
Public Member Functions | |
GaussianCentroidControl () | |
Public Attributes | |
bool | doFootprintCheck |
Default constructor. More... | |
double | maxDistToPeak |
"If set > 0, Centroid Check also checks distance from footprint peak." ; More... | |
A C++ control class to handle GaussianCentroidAlgorithm's configuration.
At present, GaussianCentroidAlgorithm has no configuration options. Also, it does not currently set an error, though it should
Definition at line 69 of file GaussianCentroid.h.
|
inline |
Definition at line 80 of file GaussianCentroid.h.
bool lsst::meas::base::GaussianCentroidControl::doFootprintCheck |
Default constructor.
All control classes should define a default constructor that sets all fields to their default values."Do check that the centroid is contained in footprint." ;
Definition at line 77 of file GaussianCentroid.h.
double lsst::meas::base::GaussianCentroidControl::maxDistToPeak |
"If set > 0, Centroid Check also checks distance from footprint peak." ;
Definition at line 79 of file GaussianCentroid.h.