Associations#

class lsst.jointcal.Associations#

Bases: pybind11_object

Attributes Summary

Methods Summary

addCcdImage(self, arg0)

associateCatalogs(self[, matchCutInArcsec, ...])

cleanFittedStars(self)

collectRefStars(self, refCat, matchCut, ...)

computeBoundingCircle(self)

computeCommonTangentPoint(self)

createCcdImage(self, arg0, arg1, arg2, arg3, ...)

deprojectFittedStars(self)

fittedStarListSize(self)

getCcdImageList(self)

getCommonTangentPoint(self)

getEpoch(self)

nCcdImagesValidForFit(self)

nFittedStarsWithAssociatedRefStar(self)

prepareFittedStars(self, arg0)

refStarListSize(self)

setCommonTangentPoint(self, arg0)

setEpoch(self, arg0)

Attributes Documentation

ccdImageList#

Methods Documentation

addCcdImage(self: lsst.jointcal.Associations, arg0: lsst.jointcal.CcdImage) None#
associateCatalogs(self: lsst.jointcal.Associations, matchCutInArcsec: SupportsFloat = 0, useFittedList: bool = False, enlargeFittedList: bool = True) None#
cleanFittedStars(self: lsst.jointcal.Associations) None#
collectRefStars(self: lsst.jointcal.Associations, refCat: lsst.afw.table.SimpleCatalog, matchCut: lsst.geom.Angle, fluxField: str, refCoordinateErr: SupportsFloat, rejectBadFluxes: bool = False) None#
computeBoundingCircle(self: lsst.jointcal.Associations) lsst.sphgeom._sphgeom.Circle#
computeCommonTangentPoint(self: lsst.jointcal.Associations) None#
createCcdImage(self: lsst.jointcal.Associations, arg0: lsst.afw.table.SourceCatalog, arg1: lsst.afw.geom.SkyWcs, arg2: lsst.afw.image.VisitInfo, arg3: lsst.geom.Box2I, arg4: str, arg5: lsst.afw.image.PhotoCalib, arg6: lsst.afw.cameraGeom.Detector, arg7: SupportsInt, arg8: SupportsInt, arg9: lsst.jointcal.JointcalControl) None#
deprojectFittedStars(self: lsst.jointcal.Associations) None#
fittedStarListSize(self: lsst.jointcal.Associations) int#
getCcdImageList(self: lsst.jointcal.Associations) list[lsst.jointcal.CcdImage]#
getCommonTangentPoint(self: lsst.jointcal.Associations) lsst.jointcal.Point#
getEpoch(self: lsst.jointcal.Associations) float#
nCcdImagesValidForFit(self: lsst.jointcal.Associations) int#
nFittedStarsWithAssociatedRefStar(self: lsst.jointcal.Associations) int#
prepareFittedStars(self: lsst.jointcal.Associations, arg0: SupportsInt) None#
refStarListSize(self: lsst.jointcal.Associations) int#
setCommonTangentPoint(self: lsst.jointcal.Associations, arg0: lsst.geom.Point2D) None#
setEpoch(self: lsst.jointcal.Associations, arg0: SupportsFloat) None#