Closedown

This commit is contained in:
sfop
2016-08-19 08:42:19 +02:00
parent fb75acb8fd
commit 3461a9dd90
+2 -1
View File
@@ -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)