All Projects → lucashn → peakutils

lucashn / peakutils

Licence: MIT license
PeakUtils mirror from bitbucket.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to peakutils

compute
Scientific and statistical computing with Rust.
Stars: ✭ 55 (+120%)
Mutual labels:  science
hacker-laws-tr
💻📖 Programcıların faydalı bulacağı yasalar, teoriler, prensipler ve desenler. #hackerlaws
Stars: ✭ 810 (+3140%)
Mutual labels:  science
senpai
Molecular dynamics simulation software
Stars: ✭ 124 (+396%)
Mutual labels:  science
ember-osf
Ember Addon for interacting with the Open Science Framework
Stars: ✭ 14 (-44%)
Mutual labels:  science
butler
Butler is a framework for running scientific workflows on public and academic clouds.
Stars: ✭ 68 (+172%)
Mutual labels:  science
PH5
Library of PH5 clients, apis, and utilities
Stars: ✭ 14 (-44%)
Mutual labels:  science
spectral-workbench.js
The JavaScript heart of Spectral Workbench; a Public Lab project to record, manipulate, and analyze spectrometric data.
Stars: ✭ 40 (+60%)
Mutual labels:  science
bac-genomics-scripts
Collection of scripts for bacterial genomics
Stars: ✭ 39 (+56%)
Mutual labels:  science
elife-xpub
eLife is an open-access journal and technology provider that publishes promising research in the life and biomedical sciences. This is their implementation of a submission and peer review system based on Coko PubSweet and xPub.
Stars: ✭ 29 (+16%)
Mutual labels:  science
libmol
Single Page Web Application for displaying and studying molecular models
Stars: ✭ 29 (+16%)
Mutual labels:  science
pytoshop
Library for reading and writing Photoshop PSD and PSB files
Stars: ✭ 100 (+300%)
Mutual labels:  science
chemispy
A library for using chemistry in your applications
Stars: ✭ 28 (+12%)
Mutual labels:  science
brian2cuda
A brian2 extension to simulate spiking neural networks on GPUs
Stars: ✭ 46 (+84%)
Mutual labels:  science
diofant
A Python CAS library
Stars: ✭ 61 (+144%)
Mutual labels:  science
dualnback
In n-back task you need to remember n previous spatial or auditory stimuli. N-back is a memory test where n refers on how many previous stimuli must be remembered. Dual means that verbal auditory stimulus and spatial visual stimulus are presented at the same time and must be remembered separately.
Stars: ✭ 22 (-12%)
Mutual labels:  science
diffcalc
Diffcalc: a diffraction condition calculator for X-ray or neutron diffractometer control
Stars: ✭ 17 (-32%)
Mutual labels:  science
galaksio
An easy-to-use way for running Galaxy workflows.
Stars: ✭ 19 (-24%)
Mutual labels:  science
SHARE
SHARE is building a free, open, data set about research and scholarly activities across their life cycle.
Stars: ✭ 93 (+272%)
Mutual labels:  science
Benzina
Benzina is an image-loader package that greatly accelerates image loading onto GPUs using their built-in hardware codecs.
Stars: ✭ 36 (+44%)
Mutual labels:  science
HackTheStacks
The 3rd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (+28%)
Mutual labels:  science

PeakUtils

This package provides utilities related to the detection of peaks on 1D data. Includes functions to estimate baselines, finding the indexes of peaks in the data and performing Gaussian fitting or centroid computation to further increase the resolution of the peak detection.

The documentation is available at http://peakutils.readthedocs.io/en/latest .

Installation

To install PeakUtils from the source package, run:

python setup.py install

PeakUtils targets Python 2.7+ and depends on numpy, scipy, and optionally on matplotlib.

Contribute

License

The project is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].