File: README.rst

package info (click to toggle)
python-peakutils 1.3.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: python: 424; makefile: 149; sh: 1
file content (36 lines) | stat: -rw-r--r-- 979 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
----------

- Source Code: https://bitbucket.org/lucashnegri/peakutils
- Issues: https://bitbucket.org/lucashnegri/peakutils/issues
- Direct contact: Lucas Hermann Negri - lucashnegri <at> gmail.com

License
-------

The project is licensed under the MIT license.