This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user