mailr25142 - /trunk/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 August 21, 2014 - 09:57:
Author: bugman
Date: Thu Aug 21 09:57:19 2014
New Revision: 25142

URL: http://svn.gna.org/viewcvs/relax?rev=25142&view=rev
Log:
Modified the MODEL_LIST_R1RHO_OFF_RES list to include MODEL_NOREX_R1RHO.

Modified:
    trunk/specific_analyses/relax_disp/variables.py

Modified: trunk/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/variables.py?rev=25142&r1=25141&r2=25142&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/variables.py     (original)
+++ trunk/specific_analyses/relax_disp/variables.py     Thu Aug 21 09:57:19 
2014
@@ -367,13 +367,9 @@
 MODEL_LIST_NUMERIC_R1RHO = [MODEL_NS_R1RHO_2SITE, MODEL_NS_R1RHO_3SITE, 
MODEL_NS_R1RHO_3SITE_LINEAR]
 """The list of all dispersion models specifically for numeric R1rho-type 
experiments which use R1 in their equations (excluding the R2eff model and 
model 'No Rex')."""
 
-#### All R1rho models.
-MODEL_LIST_R1RHO_OFF_RES = MODEL_LIST_ANALYTIC_R1RHO + 
MODEL_LIST_NUMERIC_R1RHO
+#### All off-resonance R1rho models.
+MODEL_LIST_R1RHO_OFF_RES = [MODEL_NOREX_R1RHO] + MODEL_LIST_ANALYTIC_R1RHO + 
MODEL_LIST_NUMERIC_R1RHO
 """The list of all dispersion models specifically for R1rho-type experiments 
which use R1 in their equations (excluding the R2eff model and model 'No 
Rex')."""
-
-### No Rex model + All R1rho models using/fitting R1.
-MODEL_LIST_R1RHO = [MODEL_NOREX_R1RHO] + MODEL_LIST_R1RHO_OFF_RES
-"""The list of all dispersion models specifically for R1rho-type experiments 
which use R1 in their equations (excluding the R2eff model)."""
 
 ### All R1rho models.
 #### No Rex model + All R1rho models.




Related Messages


Powered by MHonArc, Updated Thu Aug 21 10:00:03 2014