mailr19207 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py


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

Header


Content

Posted by edward on March 27, 2013 - 14:22:
Author: bugman
Date: Wed Mar 27 14:22:17 2013
New Revision: 19207

URL: http://svn.gna.org/viewcvs/relax?rev=19207&view=rev
Log:
Ported r8367 from the old relax_disp branch into the new branch.

The command used was:
svn merge -r8366:8367 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/branches/relax_disp@r18123 .

.....
  r8367 | semor | 2009-01-11 00:10:31 +0100 (Sun, 11 Jan 2009) | 6 lines
  Changed paths:
     M 
/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py
  
  Modified the newly copied script so it is effectively for the slow-exchange 
regime.
  
  Note that this script was originally copied using the command:
  svn cp test_suite/system_tests/scripts/relax_disp_cpmg_fast.py 
test_suite/system_tests/scripts/relax_disp_cpmg_slow.py 
.....


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

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py?rev=19207&r1=19206&r2=19207&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py 
Wed Mar 27 14:22:17 2013
@@ -1,4 +1,4 @@
-# Script for CPMG relaxation dispersion curve fitting in the fast-exchange 
limit.
+# Script for CPMG relaxation dispersion curve fitting in the slow-exchange 
limit.
 
 import sys
 
@@ -71,7 +71,7 @@
 relax_disp.exp_type('cpmg')
 
 # Set the relaxation dispersion curve type.
-relax_disp.select_model('fast')
+relax_disp.select_model('slow')
 
 # Loop over the spectra.
 for i in xrange(len(names)):




Related Messages


Powered by MHonArc, Updated Wed Mar 27 14:40:02 2013