This commit is contained in:
gac-x04sa
2019-08-22 11:30:46 +02:00
parent b761c818e1
commit 126deea428
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#Thu Aug 22 10:46:15 CEST 2019
#Thu Aug 22 11:00:03 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
+1 -1
View File
@@ -16,7 +16,7 @@ class InterlockFourcv (Interlock):
if fourcv.isStartingSimultaneousMove():
a, d, g, o = p
if g < (a-10):
if g < (a-3):
return False
return True
+2
View File
@@ -507,6 +507,8 @@ def backup_ub(name=None, destination = "{data}"):
"""
if not name:
name = ub.ubcalc._state.name
if not name:
raise Exception("No UB matrix defined")
name = name + ".json"
f = settings.persistence_path + "/" + name
if not os.path.isfile(f):