PYME.Analysis.points.DeClump.deClump module¶
clump localizations together)
- PYME.Analysis.points.DeClump.deClump.aggregateMean()¶
Aggregate data into clumps by taking an unweighted mean. This assumes data has been sorted by clumpIndex.
- PYME.Analysis.points.DeClump.deClump.aggregateMin()¶
Aggregate data into clumps by taking the minimum. This assumes data has been sorted by clumpIndex.
- PYME.Analysis.points.DeClump.deClump.aggregateSum()¶
Aggregate data into clumps by taking the sum. This assumes data has been sorted by clumpIndex.
- PYME.Analysis.points.DeClump.deClump.aggregateWeightedMean()¶
Aggregate data into clumps by taking a weighted mean. This assumes data has been sorted by clumpIndex.
- PYME.Analysis.points.DeClump.deClump.findClumps()¶
- PYME.Analysis.points.DeClump.deClump.findClumpsN()¶