Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnrudge/pyspike
The double spike toolbox (python)
https://github.com/johnrudge/pyspike
Last synced: about 2 months ago
JSON representation
The double spike toolbox (python)
- Host: GitHub
- URL: https://github.com/johnrudge/pyspike
- Owner: johnrudge
- License: mit
- Created: 2022-01-28T16:05:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T16:10:38.000Z (4 months ago)
- Last Synced: 2024-11-01T04:34:39.220Z (2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.13 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The double spike toolbox
Error propagation and data reduction for the double spike technique in mass spectrometry.
The workings of this package are described in:
Rudge J.F., Reynolds B.C., Bourdon B. The double spike toolbox (2009) Chem. Geol. 265:420-431
https://dx.doi.org/10.1016/j.chemgeo.2009.05.010and at:
https://johnrudge.com/doublespike
## Installation
This is a standard python 3 package, which can be installed using pip:
```
pip install doublespike
```## Usage
A series of Jupyter python notebooks describing usage can be found in the [src/](src/) folder. New
users should begin by looking at [src/example.ipynb](src/example.ipynb)