Peak detection for Python.
- Uses the detect_peaks.py from Marcos Duarte (https://github.com/demotu/BMC)
- Uses "peak prominence" as additional criterion for peak detection.
Download or clone repository and:
python setup.py install
Or via pip:
pip install https://github.com/kricki/py-findpeaks/archive/master.zip