lsst.pipe.tasks g3de15ee5c7+5201731f0d
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
mergeDetections.py File Reference

Go to the source code of this file.

Classes

class  lsst.pipe.tasks.mergeDetections.MergeDetectionsConnections
 

Namespaces

namespace  lsst
 
namespace  lsst.pipe
 
namespace  lsst.pipe.tasks
 
namespace  lsst.pipe.tasks.mergeDetections
 

Functions

 lsst.pipe.tasks.mergeDetections.matchCatalogsExact (catalog1, catalog2, patch1=None, patch2=None)
 

Variables

 lsst.pipe.tasks.mergeDetections.schema : `lsst.afw.table.Schema`, optional
 
 lsst.pipe.tasks.mergeDetections.initInputs : `dict`, optional
 
 lsst.pipe.tasks.mergeDetections.catalogs : `lsst.afw.table.SourceCatalog`
 
 lsst.pipe.tasks.mergeDetections.mergedList : `lsst.afw.table.SourceCatalog`
 
 lsst.pipe.tasks.mergeDetections.result : `lsst.pipe.base.Struct`
 
 lsst.pipe.tasks.mergeDetections.catalog : `lsst.afw.table.SourceCatalog`
 
 lsst.pipe.tasks.mergeDetections.mergeKey = schema.find("merge_peak_%s" % self.config.skyFilterName).key
 
list lsst.pipe.tasks.mergeDetections.converted = []
 
 lsst.pipe.tasks.mergeDetections.peak = oldFoot.getPeaks()[0]
 
 lsst.pipe.tasks.mergeDetections.newFoot = afwDetect.Footprint(oldFoot.spans, schema)