mailr24917 - /branches/R1_fitting/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 tlinnet on August 02, 2014 - 15:27:
Author: tlinnet
Date: Sat Aug  2 15:27:38 2014
New Revision: 24917

URL: http://svn.gna.org/viewcvs/relax?rev=24917&view=rev
Log:
Added list of R1rho models, which use R1 in their equations.

sr #3135(https://gna.org/support/?3135): Optimisation of the R1 relaxation 
rate for the off-resonance R1rho relaxation dispersion models.
bug #21788(https://gna.org/bugs/?21788): Only Warning is raised for missing 
loading R1 relaxation rate for the off-resonance R1rho relaxation dispersion 
models.

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

Modified: branches/R1_fitting/specific_analyses/relax_disp/variables.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/R1_fitting/specific_analyses/relax_disp/variables.py?rev=24917&r1=24916&r2=24917&view=diff
==============================================================================
--- branches/R1_fitting/specific_analyses/relax_disp/variables.py       
(original)
+++ branches/R1_fitting/specific_analyses/relax_disp/variables.py       Sat 
Aug  2 15:27:38 2014
@@ -196,6 +196,9 @@
 
 MODEL_LIST_R1RHO_FULL = [MODEL_R2EFF, MODEL_NOREX, MODEL_M61, MODEL_M61B, 
MODEL_DPL94, MODEL_TP02, MODEL_TAP03, MODEL_MP05, MODEL_NS_R1RHO_2SITE, 
MODEL_NS_R1RHO_3SITE, MODEL_NS_R1RHO_3SITE_LINEAR]
 """The list of the R2eff model together with all dispersion models 
specifically for R1rho-type experiments."""
+
+MODEL_LIST_R1RHO_W_R1 = [MODEL_DPL94, MODEL_TP02, MODEL_TAP03, MODEL_MP05, 
MODEL_NS_R1RHO_2SITE, MODEL_NS_R1RHO_3SITE, MODEL_NS_R1RHO_3SITE_LINEAR]
+"""The list of all dispersion models specifically for R1rho-type experiments 
which use R1 in their equations."""
 
 MODEL_LIST_MQ_CPMG = [MODEL_NOREX, MODEL_MMQ_CR72, MODEL_NS_MMQ_2SITE, 
MODEL_NS_MMQ_3SITE, MODEL_NS_MMQ_3SITE_LINEAR]
 """The list of all dispersion models specifically for MQ CPMG-type 
experiments (excluding the R2eff model)."""




Related Messages


Powered by MHonArc, Updated Sat Aug 02 15:40:02 2014