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

Expand out individual DAQ readings for data exports #212

Open
SuperZooper3 opened this issue Mar 3, 2024 · 0 comments
Open

Expand out individual DAQ readings for data exports #212

SuperZooper3 opened this issue Mar 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SuperZooper3
Copy link
Contributor

Currently, DAQ messages being exported are aggregated (using either average, or median, but could be anything else really). This is because DAQ messages arrive with a lot of readings inside of them, but the whole message only has one timestamp, so it's much easier to just average it and turn it into one data point.

For more accurate and powerful data, we might want to break out each of these individual readings into each their own data line, with interpolated time. Interpolation logic should try to keep a low drift from real timestamps, and also not be affected by jitter in DAQ signaling.

Relevant slack thread with info on how this decompression might be done:
https://waterloorocketry.slack.com/archives/C07MX0QDS/p1703642210069349

@SuperZooper3 SuperZooper3 added the enhancement New feature or request label Mar 3, 2024
@saloxmy saloxmy assigned saloxmy and unassigned saloxmy Sep 10, 2024
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