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

Ensure per-row limit never equates to more than 10 seconds of data #65

Open
jeremyestein opened this issue Oct 7, 2024 · 0 comments
Open
Labels
bug Something isn't working WAVE FORM

Comments

@jeremyestein
Copy link
Collaborator

Currently each row is hard coded to have no more than 3000 data points in it. This is 10 seconds at 300Hz, but 60 seconds at 50Hz. If we generally aim for Emap to be no more than 10-20 seconds behind, this figure needs to be adjusted based on the sampling frequency for each stream.

@jeremyestein jeremyestein added bug Something isn't working WAVE FORM labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working WAVE FORM
Projects
None yet
Development

No branches or pull requests

1 participant