From 31d7efd97f45b625ae47ec01cf22f3b089941b77 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Tue, 24 Jan 2017 16:11:31 +0100 Subject: [PATCH] Closedown --- script/local.py | 3 ++- script/test/ReturnBug.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index a24bf08..e18006c 100755 --- a/script/local.py +++ b/script/local.py @@ -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): diff --git a/script/test/ReturnBug.py b/script/test/ReturnBug.py index 280e1ba..6538c92 100644 --- a/script/test/ReturnBug.py +++ b/script/test/ReturnBug.py @@ -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) \ No newline at end of file