SimplePolyMapping¶
- 
class 
lsst.jointcal.SimplePolyMapping¶ Bases:
lsst.jointcal.SimpleAstrometryMappingMethods Summary
getNpar(self)getToBeFit(self)getTransform(self)setToBeFit(self, arg0)transformPosAndErrors(self, arg0)Methods Documentation
- 
getNpar(self: lsst.jointcal.astrometryMappings.AstrometryMapping) → int¶ 
- 
getToBeFit(self: lsst.jointcal.astrometryMappings.SimpleAstrometryMapping) → bool¶ 
- 
getTransform(self: lsst.jointcal.astrometryMappings.SimpleAstrometryMapping) → lsst.jointcal.astrometryTransform.AstrometryTransform¶ 
- 
setToBeFit(self: lsst.jointcal.astrometryMappings.SimpleAstrometryMapping, arg0: bool) → None¶ 
- 
transformPosAndErrors(self: lsst.jointcal.astrometryMappings.AstrometryMapping, arg0: lsst.jointcal.star.FatPoint) → lsst.jointcal.star.FatPoint¶ 
-