Closedown
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
###################################################################################################
|
||||
# Using bsearch(Binary Search) and hsearch(Hill Climbing Search) to find optimum
|
||||
###################################################################################################
|
||||
"""
|
||||
if get_device("camtool") is None:
|
||||
|
||||
run("camtool")
|
||||
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
|
||||
image_stats.enableBackground
|
||||
(True)
|
||||
|
||||
def before_sample():
|
||||
|
||||
Reference in New Issue
Block a user