nmrglue.analysis.peakpick.find_all_nthres

nmrglue.analysis.peakpick.find_all_nthres(data, thres, msep, find_segs=False)[source]

Peak pick a spectrum using a threshhold-minimum distance algorithm.

Identical to find_all_thres except local minima are found below the given threshold. See find_all_thres() for a description of the algorithm and documentation.