Associations

class lsst.jointcal.Associations

Bases: pybind11_builtins.pybind11_object

Attributes Summary

ccdImageList

Methods Summary

addCcdImage(self, arg0)
associateCatalogs(self, matchCutInArcsec, …)
collectRefStars(self, refCat, matchCut, …)
computeBoundingCircle(self)
computeCommonTangentPoint(self)
createCcdImage(self, arg0, arg1, arg2, arg3, …)
deprojectFittedStars(self)
fittedStarListSize(self)
getCcdImageList(self)
getCommonTangentPoint(self)
nCcdImagesValidForFit(self)
nFittedStarsWithAssociatedRefStar(self)
prepareFittedStars(self, arg0)
refStarListSize(self)
setCommonTangentPoint(self, arg0)

Attributes Documentation

ccdImageList

Methods Documentation

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