1.2.0 • Published 3 years ago

hg-porosimetry v1.2.0

Weekly downloads
87
License
MIT
Repository
github
Last release
3 years ago

hg-porosimetry

NPM version Test coverage npm download

Project that allows to deal with Differential Centrifugal Sedimentation (DCS)

Installation

$ npm install --save hg-porosimetry

Usage

import DCSData from 'hg-porosimetry';

// text should contain a CVS file exported from a CPS instrument

let spectrum = DCSData.fromCPS(text);

let data = spectrum.get();

API Documentation

License

MIT