mailr8367 - /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 sebastien . morin . 1 on January 11, 2009 - 00:10:
Author: semor
Date: Sun Jan 11 00:10:31 2009
New Revision: 8367

URL: http://svn.gna.org/viewcvs/relax?rev=8367&view=rev
Log:
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=8367&r1=8366&r2=8367&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 
Sun Jan 11 00:10:31 2009
@@ -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 Sun Jan 11 11:00:03 2009