ISSUIUC / TARS-Software

Illinois Space Society's flight software codebase for the TARS avionics system
https://issuiuc.github.io/flightcode-docs/classes.html
19 stars 4 forks source link

Added .csv output option to data_parser.py #85

Open mpkarpov-ui opened 1 year ago

mpkarpov-ui commented 1 year ago

This is not the most efficient way to do this, I'm piggybacking off of the json generation code and converting the json to csv IF the output file is specified as having a .csv extension, otherwise the code works exactly the same.

This change is useful to help standardize silsim outputs (and I need a single format to check the silsim ci)