mailr24761 - /branches/r1rho_plotting/specific_analyses/relax_disp/data.py


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

Header


Content

Posted by tlinnet on July 25, 2014 - 17:50:
Author: tlinnet
Date: Fri Jul 25 17:50:30 2014
New Revision: 24761

URL: http://svn.gna.org/viewcvs/relax?rev=24761&view=rev
Log:
Hard-coded restriction of R1rho extra plotting to model DPL94, TP02, TAP03, 
MP05, NS_R1RHO_2SITE.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho 
analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through 
spin-lock offset [Omega], rather than spin-lock field strength [w1].

Modified:
    branches/r1rho_plotting/specific_analyses/relax_disp/data.py

Modified: branches/r1rho_plotting/specific_analyses/relax_disp/data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/specific_analyses/relax_disp/data.py?rev=24761&r1=24760&r2=24761&view=diff
==============================================================================
--- branches/r1rho_plotting/specific_analyses/relax_disp/data.py        
(original)
+++ branches/r1rho_plotting/specific_analyses/relax_disp/data.py        Fri 
Jul 25 17:50:30 2014
@@ -1727,7 +1727,7 @@
         if spin.model in MODEL_LIST_MMQ and spin.isotope == '1H':
             continue
         # Skip for spin not in model list of r1rho models.
-        elif spin.model not in MODEL_LIST_R1RHO:
+        elif spin.model not in [MODEL_DPL94, MODEL_TP02, MODEL_TAP03, 
MODEL_MP05, MODEL_NS_R1RHO_2SITE]:
             continue
 
         # Initialise some data structures.




Related Messages


Powered by MHonArc, Updated Fri Jul 25 18:00:03 2014