Class SdssCentroidControl

Class Documentation

class SdssCentroidControl

A C++ control class to handle SdssCentroidAlgorithm’s configuration.

Public Functions

lsst::meas::base::SdssCentroidControl::LSST_CONTROL_FIELD(binmax, int, "maximum allowed binning")
lsst::meas::base::SdssCentroidControl::LSST_CONTROL_FIELD(peakMin, double, "if the peak's less than this insist on binning at least once")
lsst::meas::base::SdssCentroidControl::LSST_CONTROL_FIELD(wfac, double, "fiddle factor for adjusting the binning")
lsst::meas::base::SdssCentroidControl::LSST_CONTROL_FIELD(doFootprintCheck, bool, "Do check that the centroid is contained in footprint.")
lsst::meas::base::SdssCentroidControl::LSST_CONTROL_FIELD(maxDistToPeak, double, "If set, 0, Centroid Check also checks distance from footprint peak.")
SdssCentroidControl()

Default constructor.

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