mailr19570 - /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 21, 2013 - 23:28:
Author: bugman
Date: Sun Apr 21 23:27:59 2013
New Revision: 19570

URL: http://svn.gna.org/viewcvs/relax?rev=19570&view=rev
Log:
More unicode characters are now used in the relaxation dispersion GUI 
analysis frame.

The model parameter lists have also been improved.


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=19570&r1=19569&r2=19570&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Sun Apr 21 23:27:59 
2013
@@ -213,7 +213,7 @@
         table = {
             "cpmg": "CPMG",
             "cpmg fixed": "CPMG, fixed relaxation time period",
-            "r1rho": "R1rho"
+            "r1rho": u"R1\u03C1"
         }
         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)
 
@@ -437,9 +437,9 @@
         "slow 2-site"
     ]
     params = [
-        "{r2eff, i0}",
-        "{r2, rex, kex}",
-        "{r2, r2a, ka, dw}"
+        u"{R2eff, I0}",
+        u"{R2, Rex, kex}",
+        u"{R2, 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 Sun Apr 21 23:40:02 2013