Source: python-peakutils Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Andrius Merkys , Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-matplotlib , python3-pandas , python3-scipy , python3-setuptools, Standards-Version: 4.4.1 Homepage: https://bitbucket.org/lucashnegri/peakutils Vcs-Browser: https://salsa.debian.org/python-team/modules/python-peakutils Vcs-Git: https://salsa.debian.org/python-team/modules/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.