Closedown

This commit is contained in:
gobbo_a
2017-01-24 15:57:12 +01:00
parent d152b708a5
commit ba5ce65134
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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