38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Config file for x2s3690
 | 
						|
 | 
						|
#details of the condition
 | 
						|
 | 
						|
driver_condition = 'He:0.8,Ar:0.2'
 | 
						|
test_gas = 'gasgiant_h285ne'
 | 
						|
secondary = False
 | 
						|
nozzle = True
 | 
						|
conehead = True
 | 
						|
area_ratio = 5.64
 | 
						|
piston = 'lwp-1.2mm'
 | 
						|
shock_over_model = True
 | 
						|
 | 
						|
#fill pressures (in Pa)
 | 
						|
nominal_shock_tube_fill = 2000.0
 | 
						|
nominal_acc_tube_fill = 1.0
 | 
						|
 | 
						|
actual_shock_tube_fill = nominal_shock_tube_fill
 | 
						|
actual_acc_tube_fill = nominal_acc_tube_fill
 | 
						|
 | 
						|
#any notes about the condition
 | 
						|
 | 
						|
notes = "None."
 | 
						|
 | 
						|
canny_settings_dict = {}
 | 
						|
 | 
						|
canny_settings_dict['at'] = {'sigma':3, 'derivative_threshold':0.001, 'post_suppression_threshold':0.04}
 | 
						|
# supposedly this is a way to copy dictionaries in Python...
 | 
						|
# copy the at dictionary and then add a start time which is past the mechanical noise
 | 
						|
canny_settings_dict['at7'] = dict(canny_settings_dict['at'])
 | 
						|
canny_settings_dict['at7']['start_time'] = 0.00180
 | 
						|
canny_settings_dict['at8'] = canny_settings_dict['at7']
 | 
						|
canny_settings_dict['sd'] = {'sigma':2, 'derivative_threshold':1.0, 'post_suppression_threshold':10.0}
 | 
						|
canny_settings_dict['sd3'] = {'sigma':2, 'derivative_threshold':0.1, 'post_suppression_threshold':10.0}
 | 
						|
canny_settings_dict['st'] = canny_settings_dict['at']
 | 
						|
canny_settings_dict['pt'] = {'sigma':3, 'derivative_threshold':0.001, 'post_suppression_threshold':0.07,'start_time':0.00180}
 | 
						|
canny_settings_dict['trigbox'] = {'sigma':1, 'derivative_threshold':10.0, 'post_suppression_threshold':100.0,'start_time':0.00150}
 |