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);
284 double computeIntrinsicScatter()
const;
291 double _intrinsicScatter;
298 Eigen::MatrixXd _vandermonde;
Control object for outlier rejection in ScaledPolynomialTransformFitter.
int nClipMax
"Never clip more than this many matches." ;
double nSigma
"Number of sigma to clip at." ;
OutlierRejectionControl()
int nClipMin
"Always clip at least this many matches." ;