24 #ifndef LSST_MEAS_ASTROM_TanSipFitter_INCLUDED 25 #define LSST_MEAS_ASTROM_TanSipFitter_INCLUDED 27 #include "lsst/pex/config.h" 49 LSST_CONTROL_FIELD(
nSigma,
double,
"Number of sigma to clip at.");
51 LSST_CONTROL_FIELD(
nClipMin,
int,
"Always clip at least this many matches.");
53 LSST_CONTROL_FIELD(
nClipMax,
int,
"Never clip more than this many matches.");
140 double intrinsicScatter);
185 void fit(
int order = -1);
208 double updateIntrinsicScatter();
284 double computeIntrinsicScatter()
const;
291 double _intrinsicScatter;
298 Eigen::MatrixXd _vandermonde;
305 #endif // !LSST_MEAS_ASTROM_TanSipFitter_INCLUDEDtr
int nClipMax
"Never clip more than this many matches." ;
int nClipMin
"Always clip at least this many matches." ;
OutlierRejectionControl()
double nSigma
"Number of sigma to clip at." ;
Control object for outlier rejection in ScaledPolynomialTransformFitter.