ScaledPolynomialTransformFitter¶
- class lsst.meas.astrom.ScaledPolynomialTransformFitter¶
- Bases: - pybind11_object- Methods Summary - fit(self[, order])- fromGrid(arg0, arg1, arg2, arg3, arg4)- fromMatches(arg0, arg1, arg2, arg3)- getData(self)- getInputScaling(self)- getIntrinsicScatter(self)- getOutputScaling(self)- getPoly(self)- getTransform(self)- rejectOutliers(self, ctrl)- updateIntrinsicScatter(self)- updateModel(self)- Methods Documentation - fit(self: lsst.meas.astrom.ScaledPolynomialTransformFitter, order: int = -1) None¶
 - static fromGrid(arg0: int, arg1: lsst.geom.Box2D, arg2: int, arg3: int, arg4: lsst.meas.astrom.ScaledPolynomialTransform) lsst.meas.astrom.ScaledPolynomialTransformFitter¶
 - static fromMatches(arg0: int, arg1: List[lsst.afw.table.ReferenceMatch], arg2: lsst.afw.geom.SkyWcs, arg3: float) lsst.meas.astrom.ScaledPolynomialTransformFitter¶
 - getInputScaling(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) lsst.geom.AffineTransform¶
 - getIntrinsicScatter(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) float¶
 - getOutputScaling(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) lsst.geom.AffineTransform¶
 - getPoly(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) lsst.meas.astrom.PolynomialTransform¶
 - getTransform(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) lsst.meas.astrom.ScaledPolynomialTransform¶
 - rejectOutliers(self: lsst.meas.astrom.ScaledPolynomialTransformFitter, ctrl: lsst.meas.astrom.OutlierRejectionControl) Tuple[float, int]¶
 - updateIntrinsicScatter(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) float¶
 - updateModel(self: lsst.meas.astrom.ScaledPolynomialTransformFitter) None¶