FootprintMergeList¶
- class lsst.afw.detection.FootprintMergeList¶
- Bases: - pybind11_object- Methods Summary - addCatalog(self, sourceTable, inputCat, filter)- clearCatalog(self)- getFinalSources(self, outputCat)- getMergedSourceCatalog(catalogs, filters, ...)- Add multiple catalogs and get the SourceCatalog with merged Footprints - getPeakSchema(self)- Methods Documentation - addCatalog(self: lsst.afw.detection.FootprintMergeList, sourceTable: lsst.afw.table.SourceTable, inputCat: lsst.afw.table.SourceCatalog, filter: str, minNewPeakDist: float = -1.0, doMerge: bool = True, maxSamePeakDist: float = -1.0) None¶
 - clearCatalog(self: lsst.afw.detection.FootprintMergeList) None¶
 - getFinalSources(self: lsst.afw.detection.FootprintMergeList, outputCat: lsst.afw.table.SourceCatalog) None¶
 - getMergedSourceCatalog(catalogs, filters, peakDist, schema, idFactory, samePeakDist)¶
- Add multiple catalogs and get the SourceCatalog with merged Footprints - Parameters:
- catalogslist[lsst.afw.table.SourceCatalog]
- list of catalogs 
- filterslist[str]
- list of filters 
- peakDistfloatorlist[float]
- distance between source peaks 
- schemalsst.afw.table.Schema
- idFactorylsst.afw.table.IdFactory
- samePeakDistfloatorlist [`float]
- distance between source peaks (check) 
 
- catalogs
- Returns:
- mergedListlsst.afw.table.SourceCatalog
- merged list of sources 
 
- mergedList
 - See also 
 - getPeakSchema(self: lsst.afw.detection.FootprintMergeList) lsst.afw.table.Schema¶