Skip to content

The detection of peaks and valleys in a 1d-vector or 2d-array (image)

License

Notifications You must be signed in to change notification settings

arvinnick/findpeaks

 
 

Repository files navigation

findpeaks

Python Pypi Docs LOC Downloads Downloads License Forks Issues Project Status DOI Colab Medium Donate

The library findpeaks aims to detect peaks in a 1-dimensional vector and 2-dimensional arrays (images) without making any assumption on the peak shape or baseline noise. To make sure that peaks can be detected across global and local heights, and in noisy data, multiple pre-processing and denoising methods are implemented.

⭐️ Star this repo if you like it ⭐️

Install findpeaks from PyPI

pip install findpeaks

Import findpeaks package

from findpeaks import findpeaks

On the documentation pages you can find detailed information about the working of the findpeaks with many examples.

Examples


References

Contribute

  • All kinds of contributions are welcome!

Citation

Please cite findpeaks in your publications if this is useful for your research. See column right for citation information.

Maintainer

  • Erdogan Taskesen, github: erdogant
  • Contributions are welcome.
  • If you wish to buy me a Coffee for this work, it is very appreciated :)

About

The detection of peaks and valleys in a 1d-vector or 2d-array (image)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%