Skip to main content

PickPeak: a matplotlib-based tool for fast peak selections of spectrum ploats.

Project description

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


README

Introduction

The file should use UTF-8 encoding and be written using reStructuredText. It will be used to generate the project webpage on PyPI and will be displayed as the project homepage on common code-hosting services, and should be written for that purpose.

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
peaks = pp(spectrum) #spectrum shoud be type numpy.ndarray
pp.gui_design() #calls the GUI
list_of_peaks = peaks.peak_list #returns the current list of peaks collected through the GUI

Requirements

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.6.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

pickpeak-0.0.6-py2.py3-none-any.whl (7.0 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