lsst.afw g5a732f18d5+53520f316c
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.afw.detection._footprintMerge.FootprintMergeList Class Reference

Public Member Functions

 getMergedSourceCatalog (self, catalogs, filters, peakDist, schema, idFactory, samePeakDist)
 

Detailed Description

Definition at line 29 of file _footprintMerge.py.

Member Function Documentation

◆ getMergedSourceCatalog()

lsst.afw.detection._footprintMerge.FootprintMergeList.getMergedSourceCatalog ( self,
catalogs,
filters,
peakDist,
schema,
idFactory,
samePeakDist )
Add multiple catalogs and get the SourceCatalog with merged Footprints

Parameters
----------
catalogs : `list` [`lsst.afw.table.SourceCatalog`]
    list of catalogs
filters : `list` [`str`]
    list of filters
peakDist : `float` or `list` [`float`]
    distance between source peaks
schema : `lsst.afw.table.Schema`
idFactory : `lsst.afw.table.IdFactory`
samePeakDist : `float` or `list [`float`]
    distance between source peaks (check)

Returns
-------
mergedList : `lsst.afw.table.SourceCatalog`
    merged list of sources

See also
--------
lsst.afw.table.SourceTable

Definition at line 30 of file _footprintMerge.py.


The documentation for this class was generated from the following file: