mailr24978 - /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 11, 2014 - 09:09:
Author: tlinnet
Date: Mon Aug 11 09:09:20 2014
New Revision: 24978

URL: http://svn.gna.org/viewcvs/relax?rev=24978&view=rev
Log:
Reused the EXP_TYPE_LIST_CPMG and EXP_TYPE_LIST_R1RHO, to combine for the 
list EXP_TYPE_LIST, the list of all dispersion experiment types.

sr #3135(https://gna.org/support/?3135): Optimisation of the 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=24978&r1=24977&r2=24978&view=diff
==============================================================================
--- branches/R1_fitting/specific_analyses/relax_disp/variables.py       
(original)
+++ branches/R1_fitting/specific_analyses/relax_disp/variables.py       Mon 
Aug 11 09:09:20 2014
@@ -45,14 +45,14 @@
 
 
 # The experiment type lists.
-EXP_TYPE_LIST = [EXP_TYPE_CPMG_SQ, EXP_TYPE_CPMG_DQ, EXP_TYPE_CPMG_MQ, 
EXP_TYPE_CPMG_ZQ, EXP_TYPE_CPMG_PROTON_SQ, EXP_TYPE_CPMG_PROTON_MQ, 
EXP_TYPE_R1RHO]
-"""The list of all dispersion experiment types."""
-
 EXP_TYPE_LIST_CPMG = [EXP_TYPE_CPMG_SQ, EXP_TYPE_CPMG_DQ, EXP_TYPE_CPMG_MQ, 
EXP_TYPE_CPMG_ZQ, EXP_TYPE_CPMG_PROTON_SQ, EXP_TYPE_CPMG_PROTON_MQ]
 """The list of all dispersion experiment types for CPMG-type data."""
 
 EXP_TYPE_LIST_R1RHO = [EXP_TYPE_R1RHO]
 """The list of all dispersion experiment types for R1rho-type data."""
+
+EXP_TYPE_LIST = EXP_TYPE_LIST_CPMG + EXP_TYPE_LIST_R1RHO
+"""The list of all dispersion experiment types."""
 
 
 # The model names, parameters, and descriptions.




Related Messages


Powered by MHonArc, Updated Mon Aug 11 09:20:05 2014