I have recently created an app (RocketAnalyzer) to analyze rocket flight data from csv files. It then outputs this into interactive graphs, which include simulated and measured flight trajectory (3D graph), velocity-time and altitude time graphs, plots thrust and drag coefficient against time or velocity and provides key points from the flight data.
The csv file requires 3 columns: time, acceleration and altitude.
I would appreciate any feedback about potential improvements to the app.