mailr20104 - /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 13, 2013 - 23:22:
Author: bugman
Date: Thu Jun 13 23:22:47 2013
New Revision: 20104

URL: http://svn.gna.org/viewcvs/relax?rev=20104&view=rev
Log:
Modified the experiment type descriptions in the dispersion GUI.


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=20104&r1=20103&r2=20104&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Thu Jun 13 23:22:47 
2013
@@ -242,10 +242,10 @@
 
         # Display the experiment type.
         table = {
-            "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"
+            "cpmg fixed": "CPMG-type experiment - fixed relaxation time 
period",
+            "cpmg exponential": "CPMG-type experiment - Full exponential 
curve",
+            "r1rho fixed": u"R\u2081\u1D68-type experiment - fixed 
relaxation time period",
+            "r1rho exponential": u"R\u2081\u1D68-type experiment - full 
exponential curve"
         }
         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 Fri Jun 14 10:40:02 2013