From ba3a4e1254fa3840ebcf26f5f1fc7fad8335cb0b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 5 Feb 2018 17:34:08 +0100 Subject: [PATCH] indicating vectors with 1_, ..., n_ is standard now, "euler" also (more or less) --- processing/pre/hybridIA_linODFsampling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/hybridIA_linODFsampling.py b/processing/pre/hybridIA_linODFsampling.py index 128d054e1..e4735674a 100755 --- a/processing/pre/hybridIA_linODFsampling.py +++ b/processing/pre/hybridIA_linODFsampling.py @@ -251,7 +251,7 @@ for name in filenames: table.head_read() errors = [] - labels = ['phi1','Phi','phi2','intensity'] + labels = ['1_euler','2_euler','3_euler','intensity'] for i,index in enumerate(table.label_index(labels)): if index < 0: errors.append('label {} not present.'.format(labels[i]))