brukeropusreader icon indicating copy to clipboard operation
brukeropusreader copied to clipboard

Python package for reading Bruker OPUS files.

Results 16 brukeropusreader issues
Sort by recently updated
recently updated
newest added

Was getting 2CHN instead of final absorbance (AB), so with some trial and error to the block_data I got absorbance for three different instruments.

Hi, First of all, thank you for providing this library! While trying it, we have come across an issue when reading AB spectra. There are extra values that OPUS does...

You can also try https://pypi.org/project/opusFC/

Hi there, I maintain an R implementation of a Bruker OPUS binary reader: https://github.com/spectral-cockpit/opusreader2 It is pretty mature, however there are bits I thought we could jointly address (e.g. a...

Hello, I'd like to know the status of the project. Last version on pypi is 1.3.4 (from 2019). There is a fork https://github.com/spectrochempy/brukeropusreader with several tags. There is a 1.3.9...

So, I happened to get my hand on a packet capture between OPUS and an ALPHA II... During a scan, OPUS will poll for `.0` files that represent a scan...

The link provided in README.md referring to the original algorithm or implementation, respectively is broken. The mentioned Bitbucket repo seems to be not available anymore.

In some instances, multiple entries with same name - in particular 'AB' seem to be present. In case of 'AB' only the the first one is valid. The supplementary instances...

Firstly, thank you very much for providing this python package. One of my recordings done on a Bruker Tensor 27 spectrometer can't be read by opusreader. The OPUS viewer displays...

Hello, Thank you so much for the code you have provided! I am able to use the read_file() function to get the Opus Data dictionary, but when I go ahead...