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
|
Source: python-peakutils
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-matplotlib <!nocheck>,
python3-pandas <!nocheck>,
python3-pytest <!nocheck>,
python3-scipy <!nocheck>,
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://bitbucket.org/lucashnegri/peakutils
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-peakutils
Vcs-Git: https://salsa.debian.org/python-team/packages/python-peakutils.git
Package: python3-peakutils
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-matplotlib,
Description: utilities for detecting peaks in 1D data
PeakUtils 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.
|