Associations

class lsst.jointcal.Associations

Bases: pybind11_builtins.pybind11_object

Attributes Summary

ccdImageList

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.Associations, arg0: lsst.jointcal.ccdImage.CcdImage) → None
associateCatalogs(self: lsst.jointcal.associations.Associations, matchCutInArcsec: float = 0, useFittedList: bool = False, enlargeFittedList: bool = True) → None
cleanFittedStars(self: lsst.jointcal.associations.Associations) → 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._sphgeom.Circle
computeCommonTangentPoint(self: lsst.jointcal.associations.Associations) → None
createCcdImage(self: lsst.jointcal.associations.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: 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
getEpoch(self: lsst.jointcal.associations.Associations) → float
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
setEpoch(self: lsst.jointcal.associations.Associations, arg0: float) → None