LeastSqFitter2dPoly¶
- class lsst.meas.astrom.LeastSqFitter2dPoly¶
Bases:
pybind11_objectMethods Summary
getChiSq(self)getErrors(self)getParams(self)getReducedChiSq(self)residuals(self)valueAt(self, x, y)Methods Documentation
- getChiSq(self: lsst.meas.astrom.LeastSqFitter2dPoly) float¶
- getErrors(self: lsst.meas.astrom.LeastSqFitter2dPoly) numpy.ndarray[numpy.float64[m, n]]¶
- getParams(self: lsst.meas.astrom.LeastSqFitter2dPoly) numpy.ndarray[numpy.float64[m, n]]¶
- getReducedChiSq(self: lsst.meas.astrom.LeastSqFitter2dPoly) float¶
- residuals(self: lsst.meas.astrom.LeastSqFitter2dPoly) list[float]¶
- valueAt(self: lsst.meas.astrom.LeastSqFitter2dPoly, x: float, y: float) float¶