You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We current implement recording of data by writing raw bytes to a .dump file. This could still be useful in some circumstances but we should also log parsed human readable sensor data to some csv file that propulsion can later export to excel.
One approach could be to use pythons csv.DictWriter class. Since we know that each timestamp will receive a single reading for each sensor, we can have each timestamp be a key in the dictionary and store the values there
We current implement recording of data by writing raw bytes to a
.dump
file. This could still be useful in some circumstances but we should also log parsed human readable sensor data to some csv file that propulsion can later export to excel.One possible format could be
The text was updated successfully, but these errors were encountered: