mailr21064 - /branches/relax_disp/user_functions/relax_disp.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 - 17:35:
Author: bugman
Date: Thu Oct 10 17:35:28 2013
New Revision: 21064

URL: http://svn.gna.org/viewcvs/relax?rev=21064&view=rev
Log:
Completed commit r21063.

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/user_functions/relax_disp.py

Modified: branches/relax_disp/user_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/user_functions/relax_disp.py?rev=21064&r1=21063&r2=21064&view=diff
==============================================================================
--- branches/relax_disp/user_functions/relax_disp.py (original)
+++ branches/relax_disp/user_functions/relax_disp.py Thu Oct 10 17:35:28 2013
@@ -324,9 +324,9 @@
 uf.desc[-1].add_paragraph("For each peak intensity set loaded into relax, 
the type of experiment it comes from needs to be specified.  By specifying 
this for each spectrum ID, multiple experiment types can be analysed 
simultaneously.  This is assuming that an appropriate dispersion model exists 
for the experiment combination.")
 uf.desc[-1].add_paragraph("The currently supported experiments include:")
 uf.desc[-1].add_item_list_element(repr(EXP_TYPE_CPMG), "The CPMG-type 
experiments,")
-uf.desc[-1].add_item_list_element(EXP_TYPE_R1RHO, "The R1rho-type 
experiments.")
-uf.desc[-1].add_item_list_element(EXP_TYPE_MQ_CPMG, "The multi-quantum 
CPMG-type experiments,")
-uf.desc[-1].add_item_list_element(EXP_TYPE_MQ_R1RHO, "The multi-quantum 
R1rho-type experiments.")
+uf.desc[-1].add_item_list_element(repr(EXP_TYPE_R1RHO), "The R1rho-type 
experiments.")
+uf.desc[-1].add_item_list_element(repr(EXP_TYPE_MQ_CPMG), "The multi-quantum 
CPMG-type experiments,")
+uf.desc[-1].add_item_list_element(repr(EXP_TYPE_MQ_R1RHO), "The 
multi-quantum R1rho-type experiments.")
 # Prompt examples.
 uf.desc.append(Desc_container("Prompt examples"))
 uf.desc[-1].add_paragraph("To set the experiment type to 'CPMG' for the 
spectrum ID 'nu_4500.0_800MHz', type one of:")




Related Messages


Powered by MHonArc, Updated Thu Oct 10 20:00:01 2013