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