Add tdms lib

This commit is contained in:
Cal W 2024-10-17 01:45:54 +10:00
parent 28a70f453a
commit 04baba4a30
2 changed files with 3 additions and 11 deletions

14
main.py
View File

@ -309,20 +309,12 @@ def genGraph(gData: dict, showPlot: bool = True):
print("Graphing Data") print("Graphing Data")
#genGraph(data[loaded_data[0]], showPlot=False) genGraph(data[loaded_data[0]], showPlot=False)
#genGraph(data[loaded_data[1]], showPlot=False) genGraph(data[loaded_data[1]], showPlot=False)
genGraph(data[loaded_data[2]], 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 # This forces matplotlib to hang until I tell it to close all windows
#pltKeyClose() pltKeyClose()
print("Done") print("Done")

Binary file not shown.