From ba5ce6513482b2ea7c011640c2644a212576f9d1 Mon Sep 17 00:00:00 2001 From: gobbo_a Date: Tue, 24 Jan 2017 15:57:12 +0100 Subject: [PATCH] Closedown --- script/camtool.py | 2 +- script/local.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/script/camtool.py b/script/camtool.py index 626e475..a86d7d7 100644 --- a/script/camtool.py +++ b/script/camtool.py @@ -1,6 +1,6 @@ #Interface to CameraTool application -from startup import * +#from startup import * import ch.psi.utils.Convert.toBidimensional as mono_to_bidi import ch.psi.utils.Convert.toDouble as toDouble import org.apache.commons.math3.linear.Array2DRowRealMatrix as Matrix diff --git a/script/local.py b/script/local.py index c1b3ce4..62e6de7 100755 --- a/script/local.py +++ b/script/local.py @@ -187,8 +187,8 @@ center_y.setPolling(100) if not get_context().isLocalMode(): try: pass - #run("camtool") - #add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190", gauss = False), True) + run("camtool") + add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190", gauss = False), True) except: pass