lsst.pipe.tasks g147c7b1cba+d8ec0ec89a
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

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

Variables

 lsst.pipe.tasks.mergeDetections.schema = self.merged.getPeakSchema()
 
 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)