|
lsst.meas.base
19.0.0-3-g27e4659+15
|
A C++ control class to handle NaiveCentroidAlgorithm's configuration. More...
#include <NaiveCentroid.h>
Public Member Functions | |
| NaiveCentroidControl () | |
| Default constructor. More... | |
Public Attributes | |
| double | background |
| "Value to subtract from the image pixel values" ; More... | |
| bool | doFootprintCheck |
| "Do check that the centroid is contained in footprint." ; More... | |
| double | maxDistToPeak |
| "If set > 0, Centroid Check also checks distance from footprint peak." ; More... | |
A C++ control class to handle NaiveCentroidAlgorithm's configuration.
Definition at line 44 of file NaiveCentroid.h.
|
inline |
Default constructor.
All control classes should define a default constructor that sets all fields to their default values.
Definition at line 56 of file NaiveCentroid.h.
| double lsst::meas::base::NaiveCentroidControl::background |
"Value to subtract from the image pixel values" ;
Definition at line 46 of file NaiveCentroid.h.
| bool lsst::meas::base::NaiveCentroidControl::doFootprintCheck |
"Do check that the centroid is contained in footprint." ;
Definition at line 47 of file NaiveCentroid.h.
| double lsst::meas::base::NaiveCentroidControl::maxDistToPeak |
"If set > 0, Centroid Check also checks distance from footprint peak." ;
Definition at line 49 of file NaiveCentroid.h.
1.8.13