This commit is contained in:
sfop
2016-09-01 10:02:34 +02:00
parent 6dd5ce03a2
commit 8836ab8c8f
+2 -1
View File
@@ -179,13 +179,14 @@ add_device(Sinusoid("center_y"), True)
center_x.setPolling(100)
center_y.setPolling(100)
""""
if !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):