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