Repo containing the scripts to analyse Aptos flights along with the data from previous flights
python process-flight-data.py [PRIMARY LOG FILE] [MONITOR LOG FILE] [FLIGHT NUMBER] [FLIGHT DATE] [FLIGHT LENGTH (S)]
Example: python process-flight-data.py example-aptos-primary-log.dat example-aptos-monitor-log.dat 1 01/04/23 1000
- Add all the existing flight data (suggest creating a directory for this data)
- Ben review the "TODOs" in
process-flight-data.py - Profit!