Standardization and analytical error propagation of Δ47 and Δ48 clumped-isotope measurements
Project description
D47crunch
Python library for processing and standardizing carbonate clumped-isotope analyses, from low-level data out of a dual-inlet mass spectrometer to final, “absolute” Δ47, Δ48 and Δ49 values with fully propagated analytical error estimates.
This also provides a command-line interface making it possible to process a multi-session Δ47 (and potentially Δ48, Δ49) dataset by simply calling D47crunch rawdata.csv
. See the CLI documentation for more options.
Documentation
For the full API and a short tutorial, see https://mdaeron.github.io/D47crunch.
Installation
This should do the trick:
pip install D47crunch
Alternatively:
- download the dev branch or the latest release and unzip it
- rename the resulting directory to
D47crunch
- chose one of one of the following options:
- move the
D47crunch
directory to somewhere in your Python path - move the
D47crunch
directory to your desired working directory - move the
D47crunch
directory to any other location (e.g.,/foo/bar
) and include the following code snippet in your scripts:
- move the
import sys
sys.path.append('/foo/bar')
Having done any of the above you should now be able to import D47crunch
, with the following requirements: Python 3, numpy, matplotlib, scipy, lmfit, and typer.
Contact
All questions and suggestions are welcome and should be directed at Mathieu Daëron.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file D47crunch-2.4.1.tar.gz
.
File metadata
- Download URL: D47crunch-2.4.1.tar.gz
- Upload date:
- Size: 899.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.29.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f3b5d0c70f698fe37c8e3ca012234491b039bcb98b44eef9b653d86b9ddcdc5 |
|
MD5 | 4e82f75c74bc638fee2d314f768fb1ad |
|
BLAKE2b-256 | ce16ac7041c34a7d5769284ab2cc89ade9a8c117d941fdeed37c358c0b70da63 |
File details
Details for the file d47crunch-2.4.1-py3-none-any.whl
.
File metadata
- Download URL: d47crunch-2.4.1-py3-none-any.whl
- Upload date:
- Size: 35.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.29.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 908f894d3dd450ad33e4551055e5d88af14150d92a007d665736edd3323da659 |
|
MD5 | 5d0dfdff60bda7ef2ec9923c06a79716 |
|
BLAKE2b-256 | 73043154066a38bd32088166f1c8629b5fd785139d43c2d0354e71e44600a68f |