mailr19862 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 04, 2013 - 16:11:
Author: bugman
Date: Tue Jun  4 16:11:32 2013
New Revision: 19862

URL: http://svn.gna.org/viewcvs/relax?rev=19862&view=rev
Log:
Updated the relaxation dispersion GUI to handle the current set of experiment 
types.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=19862&r1=19861&r2=19862&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Tue Jun  4 16:11:32 
2013
@@ -226,9 +226,10 @@
 
         # Display the experiment type.
         table = {
-            "cpmg": "CPMG",
-            "cpmg fixed": "CPMG, fixed relaxation time period",
-            "r1rho": u"R\u2081\u1D68"
+            "cpmg fixed": "Fixed relaxation time period CPMG-type 
experiment",
+            "cpmg exponential": "Full exponential curve CPMG-type 
experiment",
+            "r1rho fixed": u"Fixed relaxation time period R\u2081\u1D68-type 
experiment",
+            "r1rho exponential": u"Full exponential curve R\u2081\u1D68-type 
experiment"
         }
         Text_ctrl(box, self, text="Experiment type:", 
default=table[cdp.exp_type], tooltip="The relaxation dispersion experiment 
type.  The %s experiment type was selected in the new analysis wizard and can 
no longer be changed."%table[cdp.exp_type], editable=False, 
width_text=self.width_text, width_button=self.width_button, 
spacer=self.spacer_horizontal)
 




Related Messages


Powered by MHonArc, Updated Tue Jun 04 16:20:02 2013