diff --git a/script/Alignment/Gun_solenoid_alignment.py b/script/Alignment/Gun_solenoid_alignment.py index 0f01097..d0c2bbf 100755 --- a/script/Alignment/Gun_solenoid_alignment.py +++ b/script/Alignment/Gun_solenoid_alignment.py @@ -19,9 +19,23 @@ if get_context().source == CommandSource.ui: I2 = 50.0 dI = 1.0 settling_time = 0.1 - plot_image = False - number_backgrounds = 0 + plot_image = False number_images = 1 + use_background = True + multiple_background = True + number_backgrounds = 5 + +print I1 +print I2 +print dI +print settling_time +print plot_image +print number_images +print use_background +print multiple_background +print number_backgrounds + +abort() plot_name = datetime.datetime.fromtimestamp(time.time()).strftime('%H%M%S')