0.5.1 • Published 12 months ago

jeol-data-test v0.5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
12 months ago

jeol-data-test

provides JEOL NMR data files for testing purposes.

usage

import { getData, getFile, getList } from "jeol-data-test";
const listOfFilenames = await getList();

const filename = "Rutin_3080ug200uL_DMSOd6_qHNMR_400MHz_Jeol.jdf";

const file = await getFile(filename);
const jeolBuffer = await file.arrayBuffer();
//or
const buffer = await getData(filename);

acknowledgements

The original data were found here thanks to Jonathan and Guido.

0.5.1

12 months ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago