🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

PeakUtils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PeakUtils

Peak detection utilities for 1D data

1.3.5
PyPI
Maintainers
1

PeakUtils

.. image:: https://zenodo.org/badge/102883046.svg :target: https://zenodo.org/badge/latestdoi/102883046

This package provides utilities related to the detection of peaks on 1D data. Includes functions to estimate baselines, finding the indexes of peaks in the data and performing Gaussian fitting or centroid computation to further increase the resolution of the peak detection.

The documentation is available at http://peakutils.readthedocs.io/en/latest .

Installation

To install PeakUtils from the source package, run:

.. code-block:: bash

python setup.py install

PeakUtils targets Python 2.7+ and depends on numpy, scipy, and optionally on matplotlib.

Contribute

License

The project is licensed under the MIT license.

Keywords

peak detection search gaussian centroid baseline maximum

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts