PickPeak: a PyQtGraph-based tool for fast peak selections of spectrum ploats.
Project description
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
Status
We choose to move to PyQtGraph to have more GUI resources without losing simplicity.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pickpeak-0.0.10.tar.gz.
File metadata
- Download URL: pickpeak-0.0.10.tar.gz
- Upload date:
- Size: 52.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca5aa2786739433e12812c6f6db0e9dbf5a7d6c0b386334bf5daab68558b46ab
|
|
| MD5 |
166548d2130808b7f41a6728f577fdd1
|
|
| BLAKE2b-256 |
02708fd58a0f77ae3ba88f97df8953bd92d70ea2da83540b622799dbc7177c80
|
File details
Details for the file pickpeak-0.0.10-py2.py3-none-any.whl.
File metadata
- Download URL: pickpeak-0.0.10-py2.py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38963f1addbb2d008e5e3338a77516b0fb9cafb2a467e88ad8ca23319ce9f912
|
|
| MD5 |
1aa935f93a70779d55580f8691af13a1
|
|
| BLAKE2b-256 |
a9d0fcc63cf0111499a1dffac4746ecfdddcd500e1cd9d58a24708e30cc3e899
|