Metadata-Version: 2.1
Name: doublespike
Version: 1.0.0
Summary: The double spike toolbox
Home-page: https://github.com/johnrudge/pyspike
Author: John F. Rudge
Author-email: jfr23@cam.ac.uk
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/johnrudge/pyspike/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.010

and 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) 


