mailr21233 - /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 October 25, 2013 - 18:40:
Author: bugman
Date: Fri Oct 25 18:40:55 2013
New Revision: 21233

URL: http://svn.gna.org/viewcvs/relax?rev=21233&view=rev
Log:
Created two new dispersion variables - EXP_TYPE_LIST_CPMG and 
EXP_TYPE_LIST_R1RHO.

This will be used to simplify identifying CPMG vs. R1rho data types.


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=21233&r1=21232&r2=21233&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Fri Oct 25 
18:40:55 2013
@@ -45,6 +45,12 @@
 # The experiment type lists.
 EXP_TYPE_LIST = [EXP_TYPE_CPMG, EXP_TYPE_R1RHO, EXP_TYPE_DQ_CPMG, 
EXP_TYPE_MQ_CPMG, EXP_TYPE_ZQ_CPMG, EXP_TYPE_MQ_R1RHO]
 """The list of all dispersion experiment types."""
+
+EXP_TYPE_LIST_CPMG = [EXP_TYPE_CPMG, EXP_TYPE_DQ_CPMG, EXP_TYPE_MQ_CPMG, 
EXP_TYPE_ZQ_CPMG]
+"""The list of all dispersion experiment types for CPMG-type data."""
+
+EXP_TYPE_LIST_R1RHO = [EXP_TYPE_R1RHO, EXP_TYPE_MQ_R1RHO]
+"""The list of all dispersion experiment types for R1rho-type data."""
 
 
 # The model names.




Related Messages


Powered by MHonArc, Updated Fri Oct 25 19:00:02 2013