- Pandas (pip install pandas)
- Matplotlib (pip install matplotlib)
- Numpy (pip install numpy)
- After the static test is done, save the values in a text file according the format specified in the file 'data.txt'. The file should be named as 'data.txt' and should be in the directory as the script.
- Run the Python Script. The script plots the graph and gives the area under the curve which is the Impulse of the Motor.
- It then asks the user for the amount of fuel taken. After the input is given, the script displays the Specific Impulse.
python daq.py
Thrust Vs Time Graph
Script Output displaying Impulse and Specific Impulse

