FitterBase#
- class lsst.jointcal.FitterBase#
Bases:
pybind11_objectMethods Summary
computeChi2(self)minimize(self, whatToFit[, nSigRejCut, ...])saveChi2Contributions(self, arg0)Methods Documentation
- computeChi2(self: lsst.jointcal.FitterBase) lsst.jointcal.Chi2Statistic#
- minimize(self: lsst.jointcal.FitterBase, whatToFit: str, nSigRejCut: SupportsFloat = 0, sigmaRelativeTolerance: SupportsFloat = 0, doRankUpdate: bool = True, doLineSearch: bool = False, dumpMatrixFile: str = '') lsst.jointcal.MinimizeResult#
- saveChi2Contributions(self: lsst.jointcal.FitterBase, arg0: str) None#