AstrometryFit

class lsst.jointcal.AstrometryFit

Bases: FitterBase

Methods 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.AstrometryFit) lsst.jointcal.AstrometryModel
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