Closedown
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Cameras.java=disabled
|
||||
LaserGunAlignment.java=enabled
|
||||
test2.java=disabled
|
||||
GunSolenoidAlignment.java=enabled
|
||||
GunSolenoidAlignment.java=disabled
|
||||
test.java=disabled
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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()
|
||||
"""
|
||||
"""
|
||||
Reference in New Issue
Block a user