forked from gentoo/sci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
19 lines (19 loc) · 736 Bytes
/
Copy pathmetadata.xml
File metadata and controls
19 lines (19 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
As the name implies, this package provides utilities related to the
detection of peaks on 1D data. Includes functions to perform
baseline estimation, to find the indexes of the peaks in the data
and performing Gaussian fitting or centroid computation to further
increase the resolution of the peak detection.
</longdescription>
<upstream>
<remote-id type="bitbucket">lucashnegri/peakutils</remote-id>
<remote-id type="pypi">PeakUtils</remote-id>
</upstream>
</pkgmetadata>