PhotometryFit¶
-
class
lsst.jointcal.PhotometryFit¶ Bases:
lsst.jointcal.FitterBaseMethods Summary
computeChi2(self)getModel(self)minimize(self, whatToFit, nSigRejCut, …)saveChi2Contributions(self, arg0)Methods Documentation
-
computeChi2(self:lsst.jointcal.FitterBase) →lsst.jointcal.Chi2Statistic¶
-
getModel(self:lsst.jointcal.PhotometryFit) →lsst.jointcal.PhotometryModel¶
-
minimize(self:lsst.jointcal.FitterBase, whatToFit: str, nSigRejCut: float = 0, doRankUpdate: bool = True, doLineSearch: bool = False, dumpMatrixFile: str = '') →lsst.jointcal.MinimizeResult¶
-
saveChi2Contributions(self:lsst.jointcal.FitterBase, arg0: str) → None¶
-