This commit is contained in:
Oleg Petrov
2015-09-30 12:13:20 +00:00
parent 15277cf67e
commit 2b05ecd0b7
4 changed files with 13 additions and 11 deletions

View File

@@ -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'),
'solidecho_experiment': MeasurementResult('Solid Echo'),
@@ -142,7 +143,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')