mailr19854 - /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 June 03, 2013 - 20:16:
Author: bugman
Date: Mon Jun  3 20:16:09 2013
New Revision: 19854

URL: http://svn.gna.org/viewcvs/relax?rev=19854&view=rev
Log:
Expanded the number of model list variables in 
specific_analyses.relax_disp.variables.

This is to include lists which are specific to CPMG-type and R1rho-type 
experiments.


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=19854&r1=19853&r2=19854&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Mon Jun  3 
20:16:09 2013
@@ -50,8 +50,22 @@
 MODEL_CR72 = 'CR72'
 """The Carver and Richards (1972) 2-site model for all time scales."""
 
+
+# The model lists.
 MODEL_LIST_DISP = [MODEL_NOREX, MODEL_LM63, MODEL_CR72]
 """The list of all dispersion models (excluding the R2eff model)."""
 
 MODEL_LIST_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_LM63, MODEL_CR72]
 """The list of the R2eff model together with all dispersion models."""
+
+MODEL_LIST_CPMG = [MODEL_NOREX, MODEL_LM63, MODEL_CR72]
+"""The list of all dispersion models specifically for CPMG-type experiments 
(excluding the R2eff model)."""
+
+MODEL_LIST_CPMG_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_LM63, MODEL_CR72]
+"""The list of the R2eff model together with all dispersion models 
specifically for CPMG-type experiments."""
+
+MODEL_LIST_R1RHO = [MODEL_NOREX]
+"""The list of all dispersion models specifically for R1rho-type experiments 
(excluding the R2eff model)."""
+
+MODEL_LIST_R1RHO_FULL = [MODEL_R2EFF, MODEL_NOREX]
+"""The list of the R2eff model together with all dispersion models 
specifically for R1rho-type experiments."""




Related Messages


Powered by MHonArc, Updated Mon Jun 03 20:20:06 2013