CcdImage¶
- class lsst.jointcal.CcdImage¶
 Bases:
pybind11_objectAttributes Summary
Methods Summary
countStars(self)getBoresightRaDec(self)getCcdId(self)getCommonTangentPoint(self)getDetector(self)getEpoch(self)getImageFrame(self)getName(self)getPhotoCalib(self)getReadWcs(self)getSkyToTangentPlane(self)getVisit(self)resetCatalogForFit(self)setCommonTangentPoint(self, arg0)Attributes Documentation
- boresightRaDec¶
 
- ccdId¶
 
- commonTangentPoint¶
 
- epoch¶
 
- imageFrame¶
 
- name¶
 
- visit¶
 
Methods Documentation
- countStars(self: lsst.jointcal.CcdImage) Tuple[int, int]¶
 
- getBoresightRaDec(self: lsst.jointcal.CcdImage) lsst.geom.SpherePoint¶
 
- getCcdId(self: lsst.jointcal.CcdImage) int¶
 
- getCommonTangentPoint(self: lsst.jointcal.CcdImage) lsst.jointcal.Point¶
 
- getDetector(self: lsst.jointcal.CcdImage) lsst.afw.cameraGeom.Detector¶
 
- getEpoch(self: lsst.jointcal.CcdImage) float¶
 
- getImageFrame(self: lsst.jointcal.CcdImage) lsst.jointcal.Frame¶
 
- getName(self: lsst.jointcal.CcdImage) str¶
 
- getPhotoCalib(self: lsst.jointcal.CcdImage) lsst.afw.image.PhotoCalib¶
 
- getReadWcs(self: lsst.jointcal.CcdImage) lsst.jointcal.AstrometryTransform¶
 
- getSkyToTangentPlane(self: lsst.jointcal.CcdImage) lsst.jointcal.AstrometryTransform¶
 
- getVisit(self: lsst.jointcal.CcdImage) int¶
 
- resetCatalogForFit(self: lsst.jointcal.CcdImage) None¶
 
- setCommonTangentPoint(self: lsst.jointcal.CcdImage, arg0: lsst.jointcal.Point) None¶