1.5.0 • Published 2 years ago

isotherm-analysis v1.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

isotherm-analysis

NPM version build status npm download

Parse and analyze isotherms. Implemented filetypes:

  • Excel files from Belsorp instruments
  • CSV files from Micrometrics
  • TXT files from Micrometrics
  • TXT files from IGA

Installation

$ npm i isotherm-analysis

Usage

import IsothermAnalysis from 'isotherm-analysis';

let isotherm = IsothermAnalysis.fromIGA(file);

API Documentation

Development guidelines

  • there are two data types Adsorption Isotherm and Desorption Isotherm. Ideally, this is directly provided in the file and we parse it from there. Otherwise, if the pressure is descending, it is desorption.
  • the jcamp has the following fields:
fieldmeaningtypical unit
xabsolute pressurekPa
prelative pressure (pressure relative to staturation pressure)unitless
ygravimetric excess uptakemmol/g

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

  • sampleWeight: For example, 1.
  • sampleWeightUnit: For example, g.
  • adsorptive: For example, N2.

License

MIT

1.5.0

2 years ago

1.2.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago