mailr19585 - /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 April 22, 2013 - 14:29:
Author: bugman
Date: Mon Apr 22 14:29:15 2013
New Revision: 19585

URL: http://svn.gna.org/viewcvs/relax?rev=19585&view=rev
Log:
Improvements to the GUI text subscripting in the relaxation dispersion 
analysis frame.


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=19585&r1=19584&r2=19585&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Mon Apr 22 14:29:15 
2013
@@ -213,9 +213,9 @@
         table = {
             "cpmg": "CPMG",
             "cpmg fixed": "CPMG, fixed relaxation time period",
-            "r1rho": u"R1\u03C1"
+            "r1rho": u"R\u2081\u1D68"
         }
-        Text_ctrl(box, self, text="Experiment type:", 
default=table[cdp.exp_type], tooltip="The relaxation dispersion experiment 
type.  This was selected in the new analysis wizard and can no longer be 
changed.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
+        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)
 
         # Display the data pipe.
         Text_ctrl(box, self, text="The data pipe bundle:", 
default=self.data.pipe_bundle, tooltip="This is the data pipe bundle 
associated with this analysis.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
@@ -437,9 +437,9 @@
         "slow 2-site"
     ]
     params = [
-        u"{R2eff, I0}",
-        u"{R2, Rex, kex}",
-        u"{R2, R2a, kA, d\u03C9}"
+        u"{R2eff, I\u2080}",
+        u"{R\u2082, Rex, kex}",
+        u"{R\u2082, R2a, kA, d\u03C9}"
     ]
     tooltip = "The list of all relaxation dispersion models to be optimised 
as part of the protocol."
     tooltip_button = "Open the model list selector window."




Related Messages


Powered by MHonArc, Updated Mon Apr 22 14:40:02 2013