lsst.pipe.tasks  21.0.0-86-gac3e7760+06ac5cc073
Classes | Namespaces | Functions | Variables
mergeDetections.py File Reference

Go to the source code of this file.

Classes

class  lsst.pipe.tasks.mergeDetections.MergeDetectionsConnections
 

Namespaces

 lsst.pipe.tasks.mergeDetections
 

Functions

def lsst.pipe.tasks.mergeDetections.write (self, patchRef, catalog)
 Write the output. More...
 
def lsst.pipe.tasks.mergeDetections.writeMetadata (self, dataRefList)
 No metadata to write, and not sure how to write it for a list of dataRefs. More...
 

Variables

 lsst.pipe.tasks.mergeDetections.patch
 
 lsst.pipe.tasks.mergeDetections.tract
 
 lsst.pipe.tasks.mergeDetections.filter
 
 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)