Closedown

This commit is contained in:
gobbo_a
2017-01-24 16:11:31 +01:00
parent 5206c485c2
commit 31d7efd97f
2 changed files with 3 additions and 2 deletions

View File

@@ -184,13 +184,14 @@ center_x.setPolling(100)
center_y.setPolling(100)
"""
if not get_context().isLocalMode():
try:
run("camtool")
add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190", gauss = False), True)
except:
pass
"""
#Convex hull plots
def clear_convex_hull_plot(title):

View File

@@ -58,5 +58,5 @@ x = r.getPositions(0)
index_max = y.index(max(y))
phase_ref = x[index_max]
run("Lib/startup")
set_return(phase_ref)