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

A worked example of .nox Metrohm file reading and pre-processing #282

Open
AlexanderWilson1993 opened this issue Oct 25, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@AlexanderWilson1993
Copy link

Hi there,

I have been looking through the documentation and have been unable to find an actual example where the file is coming from a .nox Metrohm file type. I have tried to write the code on my own and have had no luck. If you could add a worked example that would be great!

This would be helpful for other users with different file types other than .csv.

Best wishes,

Alex

@AlexanderWilson1993 AlexanderWilson1993 added the enhancement New feature or request label Oct 25, 2023
@AlexanderWilson1993
Copy link
Author

Getting this error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 5: invalid start byte

When I try to open an EIS .nox file.

@AlexanderWilson1993
Copy link
Author

image

@mdmurbach
Copy link
Member

Hi @AlexanderWilson1993, do you have an example file you can share? It seems like the file is not utf-8 encoded so the code will need to read in the file as bytes (and then decoded them according to the proper format which we might have to guess). Unfortunately, it seems like a lot of the instrument manufacturers do this to make it difficult for you to use anything but their own proprietary software for analysis :(

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