pickpeak 0.0.10

Creator: railscoder56

Last updated:

Add to Cart

Description:

pickpeak 0.0.10

Pick Peak is a PyQtGraph-based tool. It aims
to provide a graphical user interface to allow the user easily selecting peaks of a
spectrum ploat.


README
Introduction
To do.
Installation
For standard Python installations, install pickpeak using pip:
pip install -U pip setuptools
pip install pickpeak
Usage
from pickpeak.pickpeak import pickpeak as pp
import numpy as np
spectrum = np.random.rand(20) #sample of spectrum
peaks = pp(spectrum) #spectrum shoud be type numpy.ndarray 1D
print peaks # list of peaks
Requirements

Python 2.7.
Setuptools.
PyQtGraph.
PyQt5.
NumPy.

Status

We choose to move to PyQtGraph to have more GUI resources without losing simplicity.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.