Skip to content

Conversation

@smoosbau
Copy link

@smoosbau smoosbau commented Dec 4, 2025

As I needed a possibility to (a) filter the data read from the binary files and (b) read the data batchwise due to the size (my measurements take about 8h (sampling rate 1024Hz)) I added this functionalities.

Filtering is added to the complete BinaryReader class, while batchwise reading is realized using a new subclass.

This Pull Request is currently a draft, as I'm not sure wether the maintainers prefere another realization of that features or discard it completet.
Thus, I'd like to ask @lumagi to review this draft and share his thoughts with me. Afterwards, I can either proceed with documentation and tests, change the design / implementation, or delete this PR.

Any feedback is appreciated. :)

@lumagi
Copy link
Collaborator

lumagi commented Dec 6, 2025

Hi, thank you for the PR and for the effort. Could you please format the code with Black? It's not really mentioned anywhere yet, but I recently formatted the entire code base with it. It looks like there are some formatting changes in the diff.

@lumagi
Copy link
Collaborator

lumagi commented Dec 6, 2025

@smoosbau I integrated the black code check into the pipeline. Can you merge main into your PR? Then it should automatically pick up the check as part of the pipeline.

@Basti-iTAS-PLMS
Copy link

Hi @lumagi,
sorry, I was busy the last days.
I'll make the requested changes asap! Thanks for checking my PR. :)

@smoosbau smoosbau marked this pull request as ready for review December 15, 2025 09:50
@smoosbau
Copy link
Author

@lumagi, formatting is done.
Please let me know what to do next. :)

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

Successfully merging this pull request may close these issues.

3 participants