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

New member project - Matlab file generation #28

Open
SreeDan opened this issue Sep 8, 2024 · 0 comments
Open

New member project - Matlab file generation #28

SreeDan opened this issue Sep 8, 2024 · 0 comments
Labels

Comments

@SreeDan
Copy link
Contributor

SreeDan commented Sep 8, 2024

Currently, our MATLAB asynchronous worker can interpolate all of our signal values and interpolate them. After reaching the last message in the MCAP file, an EOF signal is sent to all the workers. When the MATLAB subscriber receives that signal, it wraps up the interpolation to make sure all the data fields have the same number of elements.

Currently, once we finish populating that allSignalValue field, we don't do anything to it. We need to write a MATLAB file filled with structs of all this allSignalValue data (which means we need to reorganize the allSignalValue data into nice structs and sub-structs for the engineers). For creating a MATLAB file, we could pipe the data into a python script and use scipy to create the file, but it would be nice if we could keep everything in Go.

After creating the MATLAB file, we need to store that into the correct S3 bucket and folder on AWS. The logic for this is already implemented

@SreeDan SreeDan added the Server label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant