/micropyro

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

micropyro

Package to analyse micropyrolysis data from GC Image software

Features

  • Read database of compounds.
  • Read experimental matrix.
  • Read blob files from GC Image.
  • Compute yields based on the previous.

To Do

  • include gas and char yields
  • mass balance
  • elemental balance
  • etc.

Install

Clone the repository and install in developer mode with the following:

$ git clone https://github.com/Fratorhe/micropyro
$ cd micropyro
$ pip install -e .