lsst.meas.base g67924a670a+066b7f4cf5
|
A C++ control class to handle NaiveCentroidAlgorithm's configuration. More...
#include <NaiveCentroid.h>
Public Member Functions | |
NaiveCentroidControl () | |
Default constructor. | |
Public Attributes | |
double | background |
"Value to subtract from the image pixel values" ; | |
bool | doFootprintCheck |
"Do check that the centroid is contained in footprint." ; | |
double | maxDistToPeak |
"If >0; maximum distance in pixels between the footprint peak and centroid allowed before " "resetToPeak flag is set." ; | |
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 57 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 >0; maximum distance in pixels between the footprint peak and centroid allowed before " "resetToPeak flag is set." ;
Definition at line 50 of file NaiveCentroid.h.