Add tdms lib
This commit is contained in:
parent
28a70f453a
commit
04baba4a30
14
main.py
14
main.py
@ -309,20 +309,12 @@ def genGraph(gData: dict, showPlot: bool = True):
|
||||
|
||||
|
||||
print("Graphing Data")
|
||||
#genGraph(data[loaded_data[0]], showPlot=False)
|
||||
#genGraph(data[loaded_data[1]], showPlot=False)
|
||||
genGraph(data[loaded_data[0]], showPlot=False)
|
||||
genGraph(data[loaded_data[1]], showPlot=False)
|
||||
genGraph(data[loaded_data[2]], showPlot=False)
|
||||
|
||||
|
||||
|
||||
|
||||
#x2_out = canny_shock_finder(x2_time, (gData["raw-data"]["x2"][16][:] - gData["raw-data"]["x2"][16][0]))
|
||||
|
||||
#print(x2_out)
|
||||
|
||||
# This forces matplotlib to hang until I tell it to close all windows
|
||||
#pltKeyClose()
|
||||
|
||||
pltKeyClose()
|
||||
|
||||
print("Done")
|
||||
|
||||
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user