mailr21007 - in /branches/relax_disp: docs/latex/dispersion.tex 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 October 07, 2013 - 15:41:
Author: bugman
Date: Mon Oct  7 15:41:54 2013
New Revision: 21007

URL: http://svn.gna.org/viewcvs/relax?rev=21007&view=rev
Log:
Added Tollinger model TSMFK01 to sample scripts.

Progress sr #3071: https://gna.org/support/index.php?3071 - Implementation of 
Tollinger/Kay dispersion model (2001)
Following the guide at: 
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax

Troels E. Linnet provided this patch. Commit by: tlinnet _aaattt_ 
gmail_dot_com

Signed-off-by: Edward d'Auvergne <edward@xxxxxxxxxxxxx>

Modified:
    branches/relax_disp/docs/latex/dispersion.tex
    branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py

Modified: branches/relax_disp/docs/latex/dispersion.tex
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/docs/latex/dispersion.tex?rev=21007&r1=21006&r2=21007&view=diff
==============================================================================
--- branches/relax_disp/docs/latex/dispersion.tex (original)
+++ branches/relax_disp/docs/latex/dispersion.tex Mon Oct  7 15:41:54 2013
@@ -684,7 +684,7 @@
 #####################
 
 # The dispersion models.
-MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'NS CPMG 2-site 
expanded']
+MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'TSMFK01', 'NS CPMG 
2-site expanded']
 
 # The grid search size (the number of increments per dimension).
 GRID_INC = 21

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=21007&r1=21006&r2=21007&view=diff
==============================================================================
--- branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py (original)
+++ branches/relax_disp/sample_scripts/relax_disp/cpmg_analysis.py Mon Oct  7 
15:41:54 2013
@@ -33,7 +33,7 @@
 #####################
 
 # The dispersion models.
-MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'N2 CPMG 2-site 
expanded']
+MODELS = ['R2eff', 'No Rex', 'LM63', 'CR72', 'IT99', 'TSMFK01', 'N2 CPMG 
2-site expanded']
 
 # The grid search size (the number of increments per dimension).
 GRID_INC = 11




Related Messages


Powered by MHonArc, Updated Mon Oct 07 16:00:02 2013