From 3461a9dd9010e948cd0922b630cf92dd7c13c223 Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 19 Aug 2016 08:42:19 +0200 Subject: [PATCH] Closedown --- script/Alignment/Gun_solenoid_alignment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/Alignment/Gun_solenoid_alignment.py b/script/Alignment/Gun_solenoid_alignment.py index 6c00117..1ca0739 100755 --- a/script/Alignment/Gun_solenoid_alignment.py +++ b/script/Alignment/Gun_solenoid_alignment.py @@ -32,7 +32,8 @@ print "Parameters: ", I1, I2, dI, settling_time, plot_image, number_images, use_ plot_name = datetime.datetime.fromtimestamp(time.time()).strftime('%H%M%S') #add_device(CamTool("camtool") , True) -from ImageStats import * +#from ImageStats import * +run("ImageStats") add_device(ImageStats("camtool", simulated_source), True) camtool.setNumberOfImages(max(number_images,1)) camtool.enableBackground (use_background)