mailr20969 - /branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py


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

Header


Content

Posted by edward on September 10, 2013 - 16:07:
Author: bugman
Date: Tue Sep 10 16:07:22 2013
New Revision: 20969

URL: http://svn.gna.org/viewcvs/relax?rev=20969&view=rev
Log:
Fix for the CPMG dispersion sample script - the numeric solution model name 
was not correct.


Modified:
    branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py

Modified: branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py?rev=20969&r1=20968&r2=20969&view=diff
==============================================================================
--- branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py (original)
+++ branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py Tue Sep 10 
16:07:22 2013
@@ -33,7 +33,7 @@
 #####################
 
 # The dispersion models.
-MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'N2 2-site expanded']
+MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'N2 CPMG 2-site 
expanded']
 
 # The grid search size (the number of increments per dimension).
 GRID_INC = 21




Related Messages


Powered by MHonArc, Updated Tue Sep 10 16:20:02 2013