8.0.3 • Published 5 months ago

brukerconverter v8.0.3

Weekly downloads
65
License
CC-BY-NC-SA-4.0
Repository
-
Last release
5 months ago

Bruker converter

NPM version npm download DOI

Parse and convert Bruker raw data.

Installation

npm install brukerconverter

Use as a module

Node.js

As brukerconverter could be used to convert bruker files from a zip file by the use of fileListFromZip from filelist-utils package.

const { convertFileList } = require('brukerconverter');
const { fileListFromZip } = require('fileCollection-utils');
const { getZipped } = require('bruker-data-test');

const zipFileCollection = await getZipped();
const aspirin = zipFileCollection.find((entry) => entry.name === filename);
//expand the zip content without decompress
const fileCollection = await fileListFromZip(await aspirin.arrayBuffer());
const result = await convertFileList(fileCollection);
console.log(result);
//...{ spectra, meta, source }

It is possible to use the converter if you have a path of the bruker folder by the use of fileListFromPath from filelist-utils package.

const { getCoffee } = require('bruker-data-test');
const { convertFileList } = require('brukerconverter');

const coffeeData = await getCoffee();
const result = await convertFileList(coffeeData);
console.log(result);
//...{ spectra, meta, source }

License

© 2025 Zakodium Sàrl. This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. CC BY-NC-SA 4.0

This package is based on MIT-licensed code that can be found here: https://doi.org/10.5281/zenodo.6359429

8.0.3

5 months ago

8.0.1

5 months ago

8.0.2

5 months ago

8.0.0

5 months ago

7.0.4

9 months ago

7.0.3

9 months ago

7.0.2

1 year ago

7.0.1

1 year ago

7.0.0

1 year ago

6.3.9

1 year ago

6.3.8

1 year ago

6.3.7

1 year ago

6.3.6

1 year ago

6.3.5

1 year ago

6.3.4

1 year ago

6.3.3

2 years ago

6.3.2

2 years ago

6.3.0

2 years ago

6.1.4

2 years ago

6.3.1

2 years ago

6.1.3

2 years ago

6.2.1

2 years ago

6.2.0

2 years ago

6.2.3

2 years ago

6.2.2

2 years ago

6.1.2

2 years ago

6.1.0

2 years ago

6.1.1

2 years ago

6.0.7

2 years ago

6.0.6

2 years ago

6.0.9

2 years ago

6.0.8

2 years ago

6.0.10

2 years ago

6.0.1

3 years ago

6.0.3

3 years ago

6.0.2

3 years ago

6.0.5

2 years ago

6.0.4

2 years ago

5.0.3

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

6.0.0

3 years ago

4.1.7

3 years ago

4.1.4

3 years ago

4.1.3

3 years ago

4.1.6

3 years ago

4.1.5

3 years ago

4.1.0

3 years ago

4.1.2

3 years ago

4.1.1

3 years ago

4.0.0

3 years ago

3.5.0

4 years ago

3.4.0

4 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.2

6 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago