mailr25139 - /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:14 2014
New Revision: 25139

URL: http://svn.gna.org/viewcvs/relax?rev=25139&view=rev
Log:
Fix for the MODEL_LIST_R1RHO variable.

Recent changes causes this to not include the on-resonance R1rho dispersion 
models.

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=25139&r1=25138&r2=25139&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/variables.py     (original)
+++ trunk/specific_analyses/relax_disp/variables.py     Thu Aug 21 09:57:14 
2014
@@ -377,7 +377,7 @@
 
 ### All R1rho models.
 #### No Rex model + All R1rho models.
-MODEL_LIST_R1RHO = [MODEL_NOREX, MODEL_NOREX_R1RHO, MODEL_NOREX_R1RHO] + 
MODEL_LIST_ANALYTIC_R1RHO + MODEL_LIST_NUMERIC_R1RHO
+MODEL_LIST_R1RHO = [MODEL_NOREX, MODEL_NOREX_R1RHO, MODEL_NOREX_R1RHO] + 
MODEL_LIST_R1RHO_ON_RES + MODEL_LIST_ANALYTIC_R1RHO + MODEL_LIST_NUMERIC_R1RHO
 """The list of all dispersion models specifically for R1rho-type experiments 
(excluding the R2eff model)."""
 
 MODEL_LIST_R1RHO_FULL = [MODEL_R2EFF] + MODEL_LIST_R1RHO




Related Messages


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