Closedown

This commit is contained in:
sfop
2016-08-30 19:01:59 +02:00
parent 7383c00372
commit fdb957ca69
+2 -5
View File
@@ -1,10 +1,8 @@
###################################################################################################
# Using bsearch(Binary Search) and hsearch(Hill Climbing Search) to find optimum
###################################################################################################
"""
if get_device("camtool") is None:
␍run("camtool")
add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190"), True)
if get_device("image_stats") is None:
run("camtool")
image_stats.start()
image_stats.setNumberOfImages(5)
laser_off()
@@ -12,7 +10,6 @@ if get_device("camtool") is None:
laser_on()
image_stats.setNumberOfImages(5)
image_stats.enableBackground(True)
"""
def before_sample():
image_stats.update()