cheminfo / isotherm-analysis

JS tools to convert isotherms to jcamp and to analyze them
https://cheminfo.github.io/isotherm-analysis/
MIT License
0 stars 0 forks source link

isotherm-analysis

NPM version build status npm download

Parse and analyze isotherms. Implemented filetypes:

Installation

$ npm i isotherm-analysis

Usage

import IsothermAnalysis from 'isotherm-analysis';

let isotherm = IsothermAnalysis.fromIGA(file);

API Documentation

Development guidelines

field meaning typical unit
x absolute pressure kPa
p relative pressure (pressure relative to staturation pressure) unitless
y gravimetric excess uptake mmol/g

If available, we try to use the following fields for metadata:

License

MIT