make the graph?
This commit is contained in:
		@@ -478,7 +478,7 @@ def canny_shock_finder(time_list, pressure_list, sigma = 4, derivative_threshold
 | 
				
			|||||||
        except Exception as e:
 | 
					        except Exception as e:
 | 
				
			||||||
            print (e)
 | 
					            print (e)
 | 
				
			||||||
            print ("There was an issue plotting the result.")
 | 
					            print ("There was an issue plotting the result.")
 | 
				
			||||||
            mplt.close('all')
 | 
					            #mplt.close('all')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if not return_processing_lists:
 | 
					    if not return_processing_lists:
 | 
				
			||||||
        # just return the found arrival time/times
 | 
					        # just return the found arrival time/times
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								main.py
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								main.py
									
									
									
									
									
								
							@@ -166,6 +166,7 @@ x2_out = canny_shock_finder(time, (gData["x2"][4][:] - gData["x2"][4][0]) * 0.01
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
print(x2_out)
 | 
					print(x2_out)
 | 
				
			||||||
print("Done")
 | 
					print("Done")
 | 
				
			||||||
 | 
					pltKeyClose()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#print("Graphing Data")
 | 
					#print("Graphing Data")
 | 
				
			||||||
#genGraph(data[loaded_data[0]])
 | 
					#genGraph(data[loaded_data[0]])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user