CcdImage#

class lsst.jointcal.CcdImage#

Bases: pybind11_object

Attributes Summary

Methods Summary

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#