mailr26863 - /trunk/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py


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

Header


Content

Posted by edward on November 30, 2014 - 00:35:
Author: bugman
Date: Sun Nov 30 00:35:40 2014
New Revision: 26863

URL: http://svn.gna.org/viewcvs/relax?rev=26863&view=rev
Log:
Ported r14430 of Sébastien Morin's inversion-recovery branch.

The command used was:
svn merge -r14429:r14430 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/inversion-recovery .

.....
  r14430 | semor | 2011-08-25 11:48:02 +0200 (Thu, 25 Aug 2011) | 3 lines
  Changed paths:
     M 
/branches/inversion-recovery/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py
  
  Prepared the "exp_3param" test for inclusion of artificial data.
.....


Modified:
    trunk/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py

Modified: 
trunk/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py?rev=26863&r1=26862&r2=26863&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py     
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_fit_exp_3param_inv_neg.py     
  Sun Nov 30 00:35:40 2014
@@ -28,30 +28,26 @@
 
 # Spectrum names.
 names = [
-    'T1_inv-recov_ncyc1_ave',
-    'T1_inv-recov_ncyc1b_ave',
-    'T1_inv-recov_ncyc2_ave',
-    'T1_inv-recov_ncyc4_ave',
-    'T1_inv-recov_ncyc4b_ave',
-    'T1_inv-recov_ncyc6_ave',
-    'T1_inv-recov_ncyc9_ave',
-    'T1_inv-recov_ncyc9b_ave',
-    'T1_inv-recov_ncyc11_ave',
-    'T1_inv-recov_ncyc11b_ave'
+    'T1_inv-recov_200_ms',
+    'T1_inv-recov_450_ms',
+    'T1_inv-recov_750_ms',
+    'T1_inv-recov_750_ms_bis',
+    'T1_inv-recov_1100_ms',
+    'T1_inv-recov_1500_ms',
+    'T1_inv-recov_1950_ms',
+    'T1_inv-recov_1950_ms_bis',
+    'T1_inv-recov_2450_ms'
 ]
 
 # Relaxation times (in seconds).
 times = [
-    0.0176,
-    0.0176,
-    0.0352,
-    0.0704,
-    0.0704,
-    0.1056,
-    0.1584,
-    0.1584,
-    0.1936,
-    0.1936
+    0.2,
+    0.45,
+    0.75,
+    1.1,
+    1.5,
+    1.95,
+    2.45
 ]
 
 # Loop over the spectra.
@@ -63,10 +59,8 @@
     relax_fit.relax_time(time=times[i], spectrum_id=names[i])
 
 # Specify the duplicated spectra.
-spectrum.replicated(spectrum_ids=['T1_inv-recov_ncyc1_ave', 
'T1_inv-recov_ncyc1b_ave'])
-spectrum.replicated(spectrum_ids=['T1_inv-recov_ncyc4_ave', 
'T1_inv-recov_ncyc4b_ave'])
-spectrum.replicated(spectrum_ids=['T1_inv-recov_ncyc9_ave', 
'T1_inv-recov_ncyc9b_ave'])
-spectrum.replicated(spectrum_ids=['T1_inv-recov_ncyc11_ave', 
'T1_inv-recov_ncyc11b_ave'])
+spectrum.replicated(spectrum_ids=['T1_inv-recov_750_ms', 
'T1_inv-recov_750_ms_bis'])
+spectrum.replicated(spectrum_ids=['T1_inv-recov_1950_ms', 
'T1_inv-recov_1950_ms_bis'])
 
 # Peak intensity error analysis.
 spectrum.error_analysis()




Related Messages


Powered by MHonArc, Updated Sun Nov 30 00:40:02 2014