Metadata-Version: 2.1
Name: peakpicker
Version: 0.0.1
Summary: Find the peaks in 2D data (images)
Home-page: https://github.com/dylanwal/peakpicker
Author: Dylan Walsh
License: BSD
Platform: any
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: numba (>=0.54.1)
Requires-Dist: scipy (>=1.7.3)
Provides-Extra: testing
Requires-Dist: pytest (>=6.0) ; extra == 'testing'
Requires-Dist: pytest-cov (>=2.0) ; extra == 'testing'
Requires-Dist: mypy (>=0.910) ; extra == 'testing'
Requires-Dist: flake8 (>=3.9) ; extra == 'testing'

# Peak Picker / Peak Detection / Peak Finder

Need to find peaks in your 2D data (or images)? 

Here we have a few methods to get the job done.





