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

Progress dialog when loading waveforms gives confusing/inaccurate results w/ mixed signal captures #334

Open
azonenberg opened this issue May 1, 2021 · 0 comments
Labels
ui New UI features
Milestone

Comments

@azonenberg
Copy link
Collaborator

Right now, all channels/waveforms contribute equally to the displayed progress.

This is commonly not accurate: digital captures have less bytes per sample and are often captured at lower sample rate than analog ones. A better option would be to scale progress by the size of the waveform .bin file (easy to stat before actually doing the load) so that progress more accurately reflects the percentage of bytes read. This is likely a much better proxy for percentage of load time than percentage of channels loaded.

@azonenberg azonenberg added the ui New UI features label May 1, 2021
@azonenberg azonenberg added this to the v0.2 milestone May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui New UI features
Projects
None yet
Development

No branches or pull requests

1 participant