jeol-data-test
TypeScript icon, indicating that this package has built-in type declarations

0.5.1 • Public • Published

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.

Package Sidebar

Install

npm i jeol-data-test

Weekly Downloads

208

Version

0.5.1

License

MIT

Unpacked Size

189 MB

Total Files

42

Last publish

Collaborators

  • targos
  • lpatiny
  • cheminfo-bot
  • stropitek