Associations¶
- 
class 
lsst.jointcal.Associations¶ Bases:
pybind11_builtins.pybind11_objectAttributes Summary
ccdImageListraDecBBoxMethods Summary
associateCatalogs(self, matchCutInArcsec, …)collectRefStars(self, refCat, matchCut, …)computeCommonTangentPoint(self)createCcdImage(self, arg0, arg1, arg2, arg3, …)deprojectFittedStars(self)fittedStarListSize(self)getCcdImageList(self)getCommonTangentPoint(self)getRaDecBBox(self)nCcdImagesValidForFit(self)nFittedStarsWithAssociatedRefStar(self)prepareFittedStars(self, arg0)refStarListSize(self)setCommonTangentPoint(self, arg0)Attributes Documentation
- 
ccdImageList¶ 
- 
raDecBBox¶ 
Methods Documentation
- 
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.simple.simple.SimpleCatalog, matchCut: lsst.geom.Angle, fluxField: str, refFluxMap: Dict[str, List[float]]={}, refFluxErrMap: Dict[str, List[float]]={}, rejectBadFluxes: bool=False) → None¶ 
- 
computeCommonTangentPoint(self: lsst.jointcal.associations.Associations) → None¶ 
- 
createCcdImage(self: lsst.jointcal.associations.Associations, arg0: lsst.afw.table.source.source.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¶ 
- 
getRaDecBBox(self: lsst.jointcal.associations.Associations) → lsst.geom.Box2D¶ 
- 
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¶ 
-