mailr21058 - /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 10, 2013 - 16:02:
Author: bugman
Date: Thu Oct 10 16:02:31 2013
New Revision: 21058

URL: http://svn.gna.org/viewcvs/relax?rev=21058&view=rev
Log:
Added the multi-quantum CPMG and R1rho experiment types to the dispersion 
variables.

This is needed for the 'MQ NS CPMG 2-site' model.

This follows the tutorial for adding relaxation dispersion models at:
http://wiki.nmr-relax.com/Tutorial_for_adding_relaxation_dispersion_models_to_relax#Creating_a_new_experiment_type.


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=21058&r1=21057&r2=21058&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/variables.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/variables.py Thu Oct 10 
16:02:31 2013
@@ -27,15 +27,19 @@
 # Experiment types.
 EXP_TYPE_CPMG = 'CPMG'
 EXP_TYPE_R1RHO = 'R1rho'
+EXP_TYPE_MQ_CPMG = 'MQ CPMG'
+EXP_TYPE_MQ_R1RHO = 'MQ R1rho'
 
 
 # Experiment type descriptions.
 EXP_TYPE_DESC_CPMG = "the CPMG-type experiment"
 EXP_TYPE_DESC_R1RHO = "the R1rho-type experiment"
+EXP_TYPE_DESC_MQ_CPMG = "the MQ CPMG-type experiment"
+EXP_TYPE_DESC_MQ_R1RHO = "the MQ R1rho-type experiment"
 
 
 # The experiment type lists.
-EXP_TYPE_LIST = [EXP_TYPE_CPMG, EXP_TYPE_R1RHO]
+EXP_TYPE_LIST = [EXP_TYPE_CPMG, EXP_TYPE_R1RHO, EXP_TYPE_MQ_CPMG, 
EXP_TYPE_MQ_R1RHO]
 """The list of all dispersion experiment types."""
 
 




Related Messages


Powered by MHonArc, Updated Thu Oct 10 16:20:02 2013