mailr20815 - /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 September 04, 2013 - 18:40:
Author: bugman
Date: Wed Sep  4 18:40:38 2013
New Revision: 20815

URL: http://svn.gna.org/viewcvs/relax?rev=20815&view=rev
Log:
Another change to the dispersion experiment type variables.


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=20815&r1=20814&r2=20815&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Wed Sep  4 
18:40:38 2013
@@ -42,10 +42,10 @@
 EXP_TYPE_LIST = [EXP_TYPE_CPMG_FIXED, EXP_TYPE_CPMG_EXP, 
EXP_TYPE_R1RHO_FIXED, EXP_TYPE_R1RHO_EXP]
 """The list of all dispersion experiment types."""
 
-EXP_TYPE_FIXED_TIME = [EXP_TYPE_CPMG_FIXED, EXP_TYPE_R1RHO_FIXED]
+EXP_TYPE_LIST_FIXED_TIME = [EXP_TYPE_CPMG_FIXED, EXP_TYPE_R1RHO_FIXED]
 """The list of fixed relaxation time period experiments."""
 
-EXP_TYPE_VAR_TIME = [EXP_TYPE_CPMG_EXP, EXP_TYPE_R1RHO_EXP]
+EXP_TYPE_LIST_VAR_TIME = [EXP_TYPE_CPMG_EXP, EXP_TYPE_R1RHO_EXP]
 """The list of variable relaxation time period experiments."""
 
 EXP_TYPE_LIST_CPMG = [EXP_TYPE_CPMG_FIXED, EXP_TYPE_CPMG_EXP]




Related Messages


Powered by MHonArc, Updated Wed Sep 04 19:00:02 2013