lsst.meas.astrom
20.0.0-1-gc96f8cb+80369286ac
|
Go to the documentation of this file.
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);
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." ;
double nSigma
"Number of sigma to clip at." ;
Control object for outlier rejection in ScaledPolynomialTransformFitter.
OutlierRejectionControl()