mailr20759 - /trunk/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on September 02, 2013 - 19:03:
Author: bugman
Date: Mon Sep  2 19:03:58 2013
New Revision: 20759

URL: http://svn.gna.org/viewcvs/relax?rev=20759&view=rev
Log:
The model lists in the model-free GUI auto-analysis now use unicode for the 
S2 parameters.


Modified:
    trunk/gui/analyses/auto_model_free.py

Modified: trunk/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/auto_model_free.py?rev=20759&r1=20758&r2=20759&view=diff
==============================================================================
--- trunk/gui/analyses/auto_model_free.py (original)
+++ trunk/gui/analyses/auto_model_free.py Mon Sep  2 19:03:58 2013
@@ -829,14 +829,14 @@
     ]
     params = [
         u"{local \u03C4m}",
-        u"{local \u03C4m, S2}",
-        u"{local \u03C4m, S2, \u03C4e}",
-        u"{local \u03C4m, S2, Rex}",
-        u"{local \u03C4m, S2, \u03C4e, Rex}",
-        u"{local \u03C4m, S2, S2f, \u03C4s}",
-        u"{local \u03C4m, S2, \u03C4f, S2f, \u03C4s}",
-        u"{local \u03C4m, S2, S2f, \u03C4s, Rex}",
-        u"{local \u03C4m, S2, \u03C4f, S2f, \u03C4s, Rex}",
+        u"{local \u03C4m, S\u00B2}",
+        u"{local \u03C4m, S\u00B2, \u03C4e}",
+        u"{local \u03C4m, S\u00B2, Rex}",
+        u"{local \u03C4m, S\u00B2, \u03C4e, Rex}",
+        u"{local \u03C4m, S\u00B2, S\u00B2f, \u03C4s}",
+        u"{local \u03C4m, S\u00B2, \u03C4f, S\u00B2f, \u03C4s}",
+        u"{local \u03C4m, S\u00B2, S\u00B2f, \u03C4s, Rex}",
+        u"{local \u03C4m, S\u00B2, \u03C4f, S\u00B2f, \u03C4s, Rex}",
         u"{local \u03C4m, Rex}"
     ]
     warning = "The model-free models used in dauvergne_protocol 
auto-analysis should almost never be changed!  The consequences will be 
unpredictable.  Please proceed only if you are sure of what you are doing.  
Would you like to modify the model-free model list?"
@@ -865,14 +865,14 @@
     ]
     params = [
         u"{}",
-        u"{S2}",
-        u"{S2, \u03C4e}",
-        u"{S2, Rex}",
-        u"{S2, \u03C4e, Rex}",
-        u"{S2, S2f, \u03C4s}",
-        u"{S2, \u03C4f, S2f, \u03C4s}",
-        u"{S2, S2f, \u03C4s, Rex}",
-        u"{S2, \u03C4f, S2f, \u03C4s, Rex}",
+        u"{S\u00B2}",
+        u"{S\u00B2, \u03C4e}",
+        u"{S\u00B2, Rex}",
+        u"{S\u00B2, \u03C4e, Rex}",
+        u"{S\u00B2, S\u00B2f, \u03C4s}",
+        u"{S\u00B2, \u03C4f, S\u00B2f, \u03C4s}",
+        u"{S\u00B2, S\u00B2f, \u03C4s, Rex}",
+        u"{S\u00B2, \u03C4f, S\u00B2f, \u03C4s, Rex}",
         u"{Rex}"
     ]
     warning = "The model-free models used in dauvergne_protocol 
auto-analysis should almost never be changed!  The consequences will be 
unpredictable.  Please proceed only if you are sure of what you are doing.  
Would you like to modify the model-free model list?"




Related Messages


Powered by MHonArc, Updated Mon Sep 02 19:20:01 2013