0.5.0 • Published 2 years ago

dcs-data v0.5.0

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

dcs-data

NPM version Test coverage 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