jupyter_analysis_tools.distrib.findPeakRanges

jupyter_analysis_tools.distrib.findPeakRanges(x, y, tol=1e-16)[source]

Returns the location of data/peak above a base line. Assumes it touches the baseline before and after. For distributions. tol: Multiplied by Y to produce a threshold to distinguish noise/artifacts from peaks.