mailr21175 - /branches/relax_disp/specific_analyses/relax_disp/variables.py


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

Header


Content

Posted by edward on October 18, 2013 - 14:33:
Author: bugman
Date: Fri Oct 18 14:33:25 2013
New Revision: 21175

URL: http://svn.gna.org/viewcvs/relax?rev=21175&view=rev
Log:
Created list variables of all analytic and numeric dispersion models.

These are the MODEL_LIST_ANALYTIC and MODEL_LIST_NUMERIC lists in the module
specific_analyses.relax_disp.variables.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/variables.py

Modified: branches/relax_disp/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/variables.py?rev=21175&r1=21174&r2=21175&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Fri Oct 18 
14:33:25 2013
@@ -138,3 +138,9 @@
 
 MODEL_LIST_MQ_R1RHO_FULL = [MODEL_R2EFF, MODEL_NOREX]
 """The list of the R2eff model together with all dispersion models 
specifically for MQ R1rho-type experiments."""
+
+MODEL_LIST_ANALYTIC = [MODEL_LM63, MODEL_LM63_3SITE, MODEL_CR72, 
MODEL_CR72_FULL, MODEL_IT99, MODEL_TSMFK01,MODEL_M61, MODEL_M61B, 
MODEL_DPL94, MODEL_TP02, MODEL_MQ_CR72]
+"""The list of all analytic models."""
+
+MODEL_LIST_NUMERIC = [MODEL_NS_CPMG_2SITE_3D, MODEL_NS_CPMG_2SITE_3D_FULL, 
MODEL_NS_CPMG_2SITE_STAR, MODEL_NS_CPMG_2SITE_STAR_FULL, 
MODEL_NS_CPMG_2SITE_EXPANDED, MODEL_NS_R1RHO_2SITE, MODEL_MQ_NS_CPMG_2SITE]
+"""The list of all numeric models."""




Related Messages


Powered by MHonArc, Updated Fri Oct 18 15:00:02 2013