Skip to content

japhir/D47crunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D47crunch

DOI

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 and Δ48 values with fully propagated analytical error estimates.

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:

  1. download the dev branch or the latest release and unzip it
  2. rename the resulting directory to D47crunch
  3. 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:
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, and lmfit.

Contact

All questions and suggestions are welcome and should be directed at Mathieu Daëron.

About

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 and Δ48 values with fully propagated analytical error estimates.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.8%
  • Jinja 0.2%