Closedown

This commit is contained in:
sfop
2016-08-31 17:43:06 +02:00
parent 8afbd8cad5
commit 8a41c0e973

View File

@@ -43,11 +43,10 @@ if (use_bpm):
use_background = False
multiple_background = False
else:
latch = True
if get_device("image_stats") is None:
print "Instantiating camtool"
add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = latch, camera = "SINEG01-DSCR190"), True)
if (latch):
add_device(CamTool("image_stats", prefix = "SINEG01-DSCR190:", latch = True, camera = "SINEG01-DSCR190"), True)
if (image_stats.latch):
image_stats.start()
#add_device(ImageStats("image_stats", get_simulated_source(image)), True)