StichtingFormulaZeroTeamDelft / H2Analyst

Data visualization and analysis tool, built for Forze Hydrogen Racing. C++ Plotter
MIT License
0 stars 0 forks source link

Parser for new F9 data format #33

Open Bartiema opened 2 months ago

Bartiema commented 2 months ago

The F9 logger was updated. It now produces folders (that are zipped). Filled with 3+ .csv files. One CSV file is the Log entries. Which contain the information about what is logged, the datatype, offset, factor, etc. There is also one EMCY CSV which links EMCY ids to Descriptions. Then the rest of the files are Data. Which have the ID, Timestamp and data. The ID can be linked to the IDs in the Log Entries file. There can be multiple data files in one folder. This is just like with the old data that each Logging level gets its own file.