File: PKG-INFO

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 (53 lines) | stat: -rw-r--r-- 1,876 bytes parent folder | download
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Metadata-Version: 2.1
Name: PeakUtils
Version: 1.3.3
Summary: Peak detection utilities for 1D data
Home-page: https://bitbucket.org/lucashnegri/peakutils
Author: Lucas Hermann Negri
Author-email: lucashnegri@gmail.com
License: MIT
Description: 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.
        
Keywords: peak detection search gaussian centroid baseline maximum
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst