Closedown

This commit is contained in:
sfop
2016-08-30 15:39:45 +02:00
parent ae60192104
commit 9f9500d348
4 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
Cameras.java=disabled
LaserGunAlignment.java=enabled
test2.java=disabled
GunSolenoidAlignment.java=enabled
GunSolenoidAlignment.java=disabled
test.java=disabled

View File

@@ -28,7 +28,8 @@ if get_context().source == CommandSource.ui:
else:
centroid_excursion_plot = False
from camtool import CamTool
#from camtool import CamTool
run("camtool")
from ImageStats import ImageStats, get_simulated_source

View File

@@ -27,9 +27,10 @@ if get_context().source == CommandSource.ui:
else:
centroid_excursion_plot = False
from camtool import CamTool
from ImageStats import ImageStats, get_simulated_source
from BpmStats import BpmStats
#from camtool import CamTool
run("camtool")
#from ImageStats import ImageStats, get_simulated_source
#from BpmStats import BpmStats
multiple_background = multiple_background and use_background

View File

@@ -196,7 +196,7 @@ class CamTool(DeviceBase):
"""
if __name__ == "__builtin__":
camera_tool = CamTool("camtool", prefix = "SINEG01-DSCR190:", latch = False, camera = "SINEG01-DSCR190")
camera_tool = CamTool("camtool", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190")
add_device(camera_tool, True)
#camera_tool.enableBackground(False)
camera_tool.enableBackground(False)
@@ -210,4 +210,4 @@ if __name__ == "__builtin__":
#camera_tool.enableBackground(True)
#camera_tool.capture()
#print camera_tool.take(), camera_tool.com_x.read(), camera_tool.com_y.read()
"""
"""