From 52f17dfeca595f0493fb0cbe6bb079cd3c20ca9f Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 24 Jun 2016 10:48:30 +0200 Subject: [PATCH] Closedown --- script/Alignment/Gun_solenoid_alignment.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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')