Class NaiveCentroidControl¶
Defined in File NaiveCentroid.h
Class Documentation¶
-
class
NaiveCentroidControl
¶ A C++ control class to handle NaiveCentroidAlgorithm’s configuration.
Public Functions
-
lsst::meas::base::NaiveCentroidControl::LSST_CONTROL_FIELD(background, double, "Value to subtract from the image pixel values")
-
lsst::meas::base::NaiveCentroidControl::LSST_CONTROL_FIELD(doFootprintCheck, bool, "Do check that the centroid is contained in footprint.")
-
lsst::meas::base::NaiveCentroidControl::LSST_CONTROL_FIELD(maxDistToPeak, double, "If set, 0, Centroid Check also checks distance from footprint peak.")
-
NaiveCentroidControl
()¶ Default constructor.
All control classes should define a default constructor that sets all fields to their default values.
-