This commit is contained in:
@@ -8,6 +8,7 @@ from os import path, rename
|
||||
def result():
|
||||
|
||||
the_experiment = None # current experiment's name
|
||||
var_key = ''
|
||||
|
||||
measurements = {'satrec2_experiment': MeasurementResult('Saturation Recovery'),
|
||||
'ste_experiment': MeasurementResult('Stimulated Echo'),
|
||||
@@ -140,7 +141,7 @@ def result():
|
||||
counter += 1
|
||||
|
||||
else:
|
||||
print "Cannot recognize experiment: continue without measuring"
|
||||
print "Cannot recognize experiment: accumulate without measuring"
|
||||
|
||||
# save accu if required:
|
||||
outfile = pars.get('OUTFILE')
|
||||
|
Reference in New Issue
Block a user