mailr19801 - /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 May 30, 2013 - 18:42:
Author: bugman
Date: Thu May 30 18:42:08 2013
New Revision: 19801

URL: http://svn.gna.org/viewcvs/relax?rev=19801&view=rev
Log:
Updated the specific_analyses.relax_disp.variables module for the 
relax_disp.exp_type changes.


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=19801&r1=19800&r2=19801&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Thu May 30 
18:42:08 2013
@@ -24,16 +24,16 @@
 """Variables for the relaxation dispersion specific analysis."""
 
 # The experiment type lists.
-FIXED_TIME_EXP = ['cpmg fixed']
+FIXED_TIME_EXP = ['cpmg fixed', 'r1rho fixed']
 """The list of fixed relaxation time period experiments."""
 
-VAR_TIME_EXP = ['cpmg', 'r1rho']
+VAR_TIME_EXP = ['cpmg exponential', 'r1rho exponential']
 """The list of variable relaxation time period experiments."""
 
-CPMG_EXP = ['cpmg', 'cpmg fixed']
+CPMG_EXP = ['cpmg fixed', 'cpmg exponential']
 """The list of CPMG-type experiments."""
 
-R1RHO_EXP = ['r1rho']
+R1RHO_EXP = ['r1rho fixed', 'r1rho exponential']
 """The list of R1rho-type experiments."""
 
 




Related Messages


Powered by MHonArc, Updated Thu May 30 19:00:01 2013