FitterBase

class lsst.jointcal.FitterBase

Bases: pybind11_object

Methods 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: float = 0, sigmaRelativeTolerance: float = 0, doRankUpdate: bool = True, doLineSearch: bool = False, dumpMatrixFile: str = '') lsst.jointcal.MinimizeResult
saveChi2Contributions(self: lsst.jointcal.FitterBase, arg0: str) None