dcs-data

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

Usage no npm install needed!

<script type="module">
  import dcsData from 'https://cdn.skypack.dev/dcs-data';
</script>

README

dcs-data

NPM version [![Test coverage][codecov-image]][codecov-url] npm download

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

Installation

$ npm install --save dcs-data

Usage

import DCSData from 'dcs-data';

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

let spectrum = DCSData.fromCPS(text);

let data = spectrum.get();

License

MIT