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

write python parser for nidas dat files #5

Open
garyjg opened this issue Dec 20, 2024 · 0 comments
Open

write python parser for nidas dat files #5

garyjg opened this issue Dec 20, 2024 · 0 comments

Comments

@garyjg
Copy link
Member

garyjg commented Dec 20, 2024

It may be helpful for this project to be able to read the hotfilm voltages directly from the nidas dat files rather than parsing the values from the data_dump text output. I've resisted this idea in the past, preferring not to have implementations of the nidas dat format in multiple languages, but really the disk format is not too complicated and it may not be hard to write a decoder in python, at least for the uncompressed format, as used by the hotfilm data files.

A python decoder may also make it easier to pull out specific diagnostic variables in the hotfilm data, such as the per-channel 1-second means.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant