lsst.pipe.tasks geee7ff78d7+02fcafa6d1
|
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) | |