3.0.0
Reads a NetCDF file with Agilent GCMS format and returns a formatted JSON with the data from it
(ArrayBuffer)
ArrayBuffer or any Typed Array (including Node.js' Buffer from v4) with the data
{times, series}
:
JSON with the time, TIC and mass spectra values
Reads a NetCDF file with Agilent HPLC format and returns a formatted JSON with the data from it
(ArrayBuffer)
ArrayBuffer or any Typed Array (including Node.js' Buffer from v4) with the data
{times, series}
:
JSON with the time, TIC and mass spectra values
Reads a NetCDF file with Finnigan format and returns a formatted JSON with the data from it
(ArrayBuffer)
ArrayBuffer or any Typed Array (including Node.js' Buffer from v4) with the data
{times, series}
:
JSON with the time, TIC and mass spectra values
Reads a NetCDF file and returns a formatted JSON with the data from it
(ArrayBuffer)
ArrayBuffer or any Typed Array (including Node.js' Buffer from v4) with the data
{times, series, meta, variables}
:
JSON with the time, TIC and mass spectra values