Closed jobo322 closed 2 months ago
it is the new input to create a functional jcamp
const data = { x: { data: xy.x, frequency, label: 'Chemical Shift (ppm)', }, r: { data: xy.y, label: 'Real data', }, }; const jcamp = from1DNMRVariables(data, { xyEncoding: 'DIFDUP', info: { nucleus: '1H', title: '1H NMR', dataType: 'NMR Spectrum', '.OBSERVE FREQUENCY': frequency, }, });
it is the new input to create a functional jcamp