Closedown

This commit is contained in:
sfop
2016-08-29 19:03:41 +02:00
parent 76346c33a6
commit f89b35260c
3 changed files with 6 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ mag = [ "SINEG01-MCRX120","SINEG01-MCRY120",
"SINEG01-MQUA310",
"SINEG01-MQUA320" ]
#switch_off_magnets(mag)
switch_off_magnets(mag)
# add here gun phase setting see wiki page

View File

@@ -24,7 +24,7 @@ if get_context().source == CommandSource.ui:
number_backgrounds = 5
do_elog = False
centroid_excursion_plot = True
else:
else:
centroid_excursion_plot = False
from camtool import CamTool
@@ -39,6 +39,8 @@ plot_name = datetime.datetime.fromtimestamp(time.time()).strftime('%H%M%S')
if (use_bpm):
add_device(BpmStats("image_stats", "SINEG01-DBPM340"), True)
use_background = False
multiple_background = False
else:
latch = True
if get_device("image_stats") is None: