From d1d197b200473d55e6a363d13e651637a54006ee Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 1 Sep 2016 10:02:54 +0200 Subject: [PATCH] Closedown --- script/local.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index e10e6c6..0a27341 100755 --- a/script/local.py +++ b/script/local.py @@ -179,14 +179,14 @@ add_device(Sinusoid("center_y"), True) center_x.setPolling(100) center_y.setPolling(100) -"""" -if !controller.isLocalMode(): + +if not controller.isLocalMode(): try: run("camtool") add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190", gauss = True), True) except: pass -""" + #Convex hull plots def clear_convex_hull_plot(title):