Class OutlierRejectionControl¶
Defined in File ScaledPolynomialTransformFitter.h
Class Documentation¶
-
class
OutlierRejectionControl
¶ Control object for outlier rejection in ScaledPolynomialTransformFitter.
See ScaledPolynomialTransformFitter::rejectOutliers for more information.
Public Functions
-
OutlierRejectionControl
()¶
-
lsst::meas::astrom::OutlierRejectionControl::LSST_CONTROL_FIELD(nSigma, double, "Number of sigma to clip at.")
-
lsst::meas::astrom::OutlierRejectionControl::LSST_CONTROL_FIELD(nClipMin, int, "Always clip at least this many matches.")
-
lsst::meas::astrom::OutlierRejectionControl::LSST_CONTROL_FIELD(nClipMax, int, "Never clip more than this many matches.")
-