hg-porosimetry

Project that allows to deal with Hg porosimetry data

Usage no npm install needed!

<script type="module">
  import hgPorosimetry from 'https://cdn.skypack.dev/hg-porosimetry';
</script>

README

hg-porosimetry

NPM version [![Test coverage][codecov-image]][codecov-url] 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