CcdImage¶
- 
class 
lsst.jointcal.CcdImage¶ Bases:
pybind11_builtins.pybind11_objectAttributes Summary
boresightRaDecccdIdcommonTangentPointimageFramemjdnamevisitMethods Summary
countStars(self)getBoresightRaDec(self)getCcdId(self)getCommonTangentPoint(self)getDetector(self)getImageFrame(self)getMjd(self)getName(self)getPhotoCalib(self)getReadWcs(self)getSkyToTangentPlane(self)getVisit(self)resetCatalogForFit(self)setCommonTangentPoint(self, arg0)Attributes Documentation
- 
boresightRaDec¶ 
- 
ccdId¶ 
- 
commonTangentPoint¶ 
- 
imageFrame¶ 
- 
mjd¶ 
- 
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¶ 
- 
getImageFrame(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::Frame¶ 
- 
getMjd(self: lsst.jointcal.ccdImage.CcdImage) → float¶ 
- 
getName(self: lsst.jointcal.ccdImage.CcdImage) → str¶ 
- 
getPhotoCalib(self: lsst.jointcal.ccdImage.CcdImage) → lsst.afw.image.PhotoCalib¶ 
- 
getReadWcs(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::AstrometryTransform¶ 
- 
getSkyToTangentPlane(self: lsst.jointcal.ccdImage.CcdImage) → lsst::jointcal::AstrometryTransform¶ 
- 
getVisit(self: lsst.jointcal.ccdImage.CcdImage) → int¶ 
- 
resetCatalogForFit(self: lsst.jointcal.ccdImage.CcdImage) → None¶ 
- 
setCommonTangentPoint(self: lsst.jointcal.ccdImage.CcdImage, arg0: lsst::jointcal::Point) → None¶ 
-