Closedown

This commit is contained in:
gac-x04sa
2019-08-22 10:46:05 +02:00
parent 880cebb8bc
commit a2e4b0f850
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#Thu Aug 22 10:45:21 CEST 2019
#Thu Aug 22 10:45:35 CEST 2019
count_time=1
data_root=/sls/X04SA/data/x04sa/ES3/expdata
detectors=mythen,mythen.acquire_time,pixel,pixel.image_filename,image.intensity,image.corrected_intensity,image.matrix
geometry=fourcv
geometry=fourcvi
roi=173 88 285 136
user_exp=NNO
user_name=pshell_development
+2
View File
@@ -15,6 +15,7 @@ import json
INTERLOCKS = []
def clear_interlocks():
global INTERLOCKS
for interlock in INTERLOCKS:
try:
interlock.close()
@@ -23,6 +24,7 @@ def clear_interlocks():
INTERLOCKS = []
def add_interlock(interlock):
global INTERLOCKS
INTERLOCKS.append(interlock)