24 #ifndef LSST_MEAS_ASTROM_TanSipFitter_INCLUDED 25 #define LSST_MEAS_ASTROM_TanSipFitter_INCLUDED 35 namespace lsst {
namespace meas {
namespace astrom {
145 double intrinsicScatter
179 int nGridX,
int nGridY,
195 void fit(
int order=-1);
218 double updateIntrinsicScatter();
295 double intrinsicScatter,
300 double computeIntrinsicScatter()
const;
307 double _intrinsicScatter;
314 Eigen::MatrixXd _vandermonde;
319 #endif // !LSST_MEAS_ASTROM_TanSipFitter_INCLUDEDtr
int nClipMax
"Never clip more than this many matches." ;
int nClipMin
"Always clip at least this many matches." ;
#define LSST_CONTROL_FIELD(NAME, TYPE, DOC)
OutlierRejectionControl()
double nSigma
"Number of sigma to clip at." ;
Control object for outlier rejection in ScaledPolynomialTransformFitter.