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.
Install / Use
/learn @mdaeron/D47crunchREADME
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” Δ<sub>47</sub>, Δ<sub>48</sub> and Δ<sub>49</sub> values with fully propagated analytical error estimates.
This also provides a command-line interface making it possible to process a multi-session Δ<sub>47</sub> (and potentially Δ<sub>48</sub>, Δ<sub>49</sub>) 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
D47crunchdirectory to somewhere in your Python path - move the
D47crunchdirectory to your desired working directory - move the
D47crunchdirectory 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.
