CcdImage¶
- 
class 
lsst.jointcal.CcdImage¶ Bases:
pybind11_builtins.pybind11_objectAttributes Summary
boresightRaDecccdIdcommonTangentPointimageFramenamevisitMethods Summary
countStars(self)getBoresightRaDec(self)getCcdId(self)getCommonTangentPoint(self)getDetector(self)getImageFrame(self)getName(self)getPhotoCalib(self)getSky2TP(self)getVisit(self)readWCS(self)resetCatalogForFit(self)setCommonTangentPoint(self, arg0)Attributes Documentation
- 
boresightRaDec¶ 
- 
ccdId¶ 
- 
commonTangentPoint¶ 
- 
imageFrame¶ 
- 
name¶ 
- 
visit¶ 
Methods Documentation
- 
countStars(self: lsst.jointcal.ccdImage.CcdImage) → Tuple[int, int]¶ 
- 
getBoresightRaDec(self: lsst.jointcal.ccdImage.CcdImage) → lsst.geom.SpherePoint¶ 
- 
getCcdId(self: lsst.jointcal.ccdImage.CcdImage) → int¶ 
- 
getCommonTangentPoint(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::Point¶ 
- 
getDetector(self: lsst.jointcal.ccdImage.CcdImage) → lsst.afw.cameraGeom.detector.detector.Detector¶ 
- 
getImageFrame(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::Frame¶ 
- 
getName(self: lsst.jointcal.ccdImage.CcdImage) → str¶ 
- 
getPhotoCalib(self: lsst.jointcal.ccdImage.CcdImage) → lsst.afw.image.photoCalib.PhotoCalib¶ 
- 
getSky2TP(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::Gtransfo¶ 
- 
getVisit(self: lsst.jointcal.ccdImage.CcdImage) → int¶ 
- 
readWCS(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::Gtransfo¶ 
- 
resetCatalogForFit(self: lsst.jointcal.ccdImage.CcdImage) → None¶ 
- 
setCommonTangentPoint(self: lsst.jointcal.ccdImage.CcdImage, arg0: lsst::jointcal::Point) → None¶ 
-