ConstrainedAstrometryModel¶
- 
class 
lsst.jointcal.ConstrainedAstrometryModel¶ Bases:
lsst.jointcal.AstrometryModelMethods Summary
assignIndices(self, arg0, arg1)getChipTransfo(self, arg0)getMapping(self, arg0)getNpar(self, arg0)getSkyToTangentPlane(self, arg0)getTotalParameters(self)getVisitTransfo(self, arg0)makeSkyWcs(self, arg0)offsetParams(self, arg0, 1]])validate(self, arg0)Methods Documentation
- 
assignIndices(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: str, arg1: int) → int¶ 
- 
getChipTransfo(self: lsst.jointcal.astrometryModels.ConstrainedAstrometryModel, arg0: int) → lsst.jointcal.gtransfo.Gtransfo¶ 
- 
getMapping(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → lsst.jointcal.astrometryMappings.AstrometryMapping¶ 
- 
getNpar(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → int¶ 
- 
getSkyToTangentPlane(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → lsst.jointcal.gtransfo.Gtransfo¶ 
- 
getTotalParameters(self: lsst.jointcal.astrometryModels.AstrometryModel) → int¶ 
- 
getVisitTransfo(self: lsst.jointcal.astrometryModels.ConstrainedAstrometryModel, arg0: int) → lsst.jointcal.gtransfo.Gtransfo¶ 
- 
makeSkyWcs(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: lsst.jointcal.ccdImage.CcdImage) → lsst.afw.geom.skyWcs.skyWcs.SkyWcs¶ 
- 
offsetParams(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: numpy.ndarray[float64[m, 1]]) → None¶ 
- 
validate(self: lsst.jointcal.astrometryModels.AstrometryModel, arg0: List[lsst.jointcal.ccdImage.CcdImage]) → bool¶ 
-