mailr26084 - /branches/frame_order_cleanup/auto_analyses/frame_order.py


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

Header


Content

Posted by edward on September 27, 2014 - 00:02:
Author: bugman
Date: Sat Sep 27 00:02:34 2014
New Revision: 26084

URL: http://svn.gna.org/viewcvs/relax?rev=26084&view=rev
Log:
Small change in the title of the summary table of the frame order 
auto-analysis.

'Order parameters' has been replaced by 'Cone half angles' to clarify what 
the values really are.


Modified:
    branches/frame_order_cleanup/auto_analyses/frame_order.py

Modified: branches/frame_order_cleanup/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/auto_analyses/frame_order.py?rev=26084&r1=26083&r2=26084&view=diff
==============================================================================
--- branches/frame_order_cleanup/auto_analyses/frame_order.py   (original)
+++ branches/frame_order_cleanup/auto_analyses/frame_order.py   Sat Sep 27 
00:02:34 2014
@@ -243,7 +243,7 @@
 
     # Table header.
     headings1 = []
-    headings1.append(["Model", "k", "chi2", "AIC", "Motional eigenframe", 
MULTI_COL, MULTI_COL, "Order parameters (deg)", MULTI_COL, MULTI_COL, 
MULTI_COL])
+    headings1.append(["Model", "k", "chi2", "AIC", "Motional eigenframe", 
MULTI_COL, MULTI_COL, "Cone half angles (deg)", MULTI_COL, MULTI_COL, 
MULTI_COL])
     headings1.append([None, None, None, None, "a", "b/th", "g/ph", "thx", 
"thy", "smax", "smax2"])
 
     # 2nd table header.




Related Messages


Powered by MHonArc, Updated Sat Sep 27 12:40:02 2014