LeastSqFitter2dPoly¶
- class lsst.meas.astrom.LeastSqFitter2dPoly¶
- Bases: - pybind11_object- Methods 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) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']¶
 - getParams(self: lsst.meas.astrom.LeastSqFitter2dPoly) Annotated[numpy.typing.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: SupportsFloat, y: SupportsFloat) float¶