Skip to main content

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

pickpeak-0.0.10.tar.gz (52.2 kB view hashes)

Uploaded Source

Built Distribution

pickpeak-0.0.10-py2.py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page