0.5.2 • Published 10 months ago
jeol-data-test v0.5.2
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.2
10 months ago
0.5.1
2 years ago
0.4.1-pre.1664472491
3 years ago
0.3.0-pre.1662045065
3 years ago
0.4.1-pre.1664472247
3 years ago
0.5.0
3 years ago
0.4.1
3 years ago
0.3.0-pre.1661956733
3 years ago
0.4.0
3 years ago
0.3.0
3 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago