Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from brukeropusreader to brukeropus #116

Open
joshduran opened this issue May 8, 2024 · 0 comments
Open

Switch from brukeropusreader to brukeropus #116

joshduran opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@joshduran
Copy link

I have recently released an open-source package that can read Bruker OPUS files called brukeropus:

https://github.com/joshduran/brukeropus

To my knowledge, it uses a more complete algorithm for reliably reading OPUS files than brukeropusreader. Also, it is not clear that brukeropusreader is still being maintained:

qedsoftware/brukeropusreader#23

If there is interest in switching, I could assist if needed. My package returns a custom OPUSFile class rather than a simple dictionary, but all the information (and more) is there. One thing I have been considering is writing a compatibility function for reading an opus file and returning the same dict format that brukeropusreader returns. It wouldn't have all the features of my OPUSFile class, but it would make transitioning relatively trivial for projects that already use brukeropusreader. Let me know if you are interested.

@kerberizer kerberizer added the enhancement New feature or request label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants