nmr-processing
v14.0.3
Published
Pure functions allowing to process NMR spectra.
Downloads
5,463
Readme
nmr-processing
Introduction
The goal is to have pure functions allowing to process NMR spectra.
All the functions use only native javascript object and will not use any classes.
The functions are sorted by category on which they apply. Currently the categories are:
- xy
- xyz
- peaks
- signals
- ranges
- prediction
- assignment
Debug
A viewer for xy data is available in /web
Installation
$ npm i nmr-processing
Usage
import { library } from 'nmr-processing';
const result = library(args);
// result is ...