mailr21308 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 29, 2013 - 13:41:
Author: bugman
Date: Tue Oct 29 13:41:10 2013
New Revision: 21308

URL: http://svn.gna.org/viewcvs/relax?rev=21308&view=rev
Log:
File path fixes for the script of the 
Relax_disp.test_hansen_cpmg_data_auto_analysis_r2eff system test.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py?rev=21308&r1=21307&r2=21308&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py
 (original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_r2eff_data.py
 Tue Oct 29 13:41:10 2013
@@ -53,36 +53,36 @@
 
 # The spectral data - R2eff file name, CPMG frequency (Hz), spectrometer 
frequency in Hertz.
 data = [
-    ['500_66.667.r2eff',    66.6666,  500e6],
+    ['500_66.67.r2eff',     66.6666,  500e6],
     ['500_133.33.r2eff',   133.3333,  500e6],
-    ['500_200.r2eff',      200.0000,  500e6],
+    ['500_200.00.r2eff',   200.0000,  500e6],
     ['500_266.67.r2eff',   266.6666,  500e6],
     ['500_333.33.r2eff',   333.3333,  500e6],
-    ['500_400.r2eff',      400.0000,  500e6],
+    ['500_400.00.r2eff',   400.0000,  500e6],
     ['500_466.67.r2eff',   466.6666,  500e6],
     ['500_533.33.r2eff',   533.3333,  500e6],
-    ['500_600.r2eff',      600.0000,  500e6],
+    ['500_600.00.r2eff',   600.0000,  500e6],
     ['500_666.67.r2eff',   666.6666,  500e6],
     ['500_733.33.r2eff',   733.3333,  500e6],
-    ['500_800.r2eff',      800.0000,  500e6],
+    ['500_800.00.r2eff',   800.0000,  500e6],
     ['500_866.67.r2eff',   866.6666,  500e6],
     ['500_933.33.r2eff',   933.3333,  500e6],
-    ['500_1000.r2eff',    1000.0000,  500e6],
-    ['800_66.667.r2eff',    66.6666,  800e6],
+    ['500_1000.00.r2eff', 1000.0000,  500e6],
+    ['800_66.67.r2eff',     66.6666,  800e6],
     ['800_133.33.r2eff',   133.3333,  800e6],
-    ['800_200.r2eff',      200.0000,  800e6],
+    ['800_200.00.r2eff',   200.0000,  800e6],
     ['800_266.67.r2eff',   266.6666,  800e6],
     ['800_333.33.r2eff',   333.3333,  800e6],
-    ['800_400.r2eff',      400.0000,  800e6],
+    ['800_400.00.r2eff',   400.0000,  800e6],
     ['800_466.67.r2eff',   466.6666,  800e6],
     ['800_533.33.r2eff',   533.3333,  800e6],
-    ['800_600.r2eff',      600.0000,  800e6],
+    ['800_600.00.r2eff',   600.0000,  800e6],
     ['800_666.67.r2eff',   666.6666,  800e6],
     ['800_733.33.r2eff',   733.3333,  800e6],
-    ['800_800.r2eff',      800.0000,  800e6],
+    ['800_800.00.r2eff',   800.0000,  800e6],
     ['800_866.67.r2eff',   866.6666,  800e6],
     ['800_933.33.r2eff',   933.3333,  800e6],
-    ['800_1000.r2eff',    1000.0000,  800e6]
+    ['800_1000.00.r2eff', 1000.0000,  800e6]
 ]
 
 # Loop over the spectra.




Related Messages


Powered by MHonArc, Updated Tue Oct 29 14:00:02 2013