make the graph?

This commit is contained in:
Cal Wing 2024-10-15 21:28:53 +10:00
parent e0e6205895
commit e5e283f35a
2 changed files with 2 additions and 1 deletions

View File

@ -478,7 +478,7 @@ def canny_shock_finder(time_list, pressure_list, sigma = 4, derivative_threshold
except Exception as e:
print (e)
print ("There was an issue plotting the result.")
mplt.close('all')
#mplt.close('all')
if not return_processing_lists:
# just return the found arrival time/times

View File

@ -166,6 +166,7 @@ x2_out = canny_shock_finder(time, (gData["x2"][4][:] - gData["x2"][4][0]) * 0.01
print(x2_out)
print("Done")
pltKeyClose()
#print("Graphing Data")
#genGraph(data[loaded_data[0]])