mailr18086 - /branches/frame_order_testing/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 December 10, 2012 - 10:27:
Author: bugman
Date: Mon Dec 10 10:27:23 2012
New Revision: 18086

URL: http://svn.gna.org/viewcvs/relax?rev=18086&view=rev
Log:
Added an initial printout to the frame order auto-analysis.

This is to show where the user's script finishes and the auto-analysis starts.


Modified:
    branches/frame_order_testing/auto_analyses/frame_order.py

Modified: branches/frame_order_testing/auto_analyses/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_testing/auto_analyses/frame_order.py?rev=18086&r1=18085&r2=18086&view=diff
==============================================================================
--- branches/frame_order_testing/auto_analyses/frame_order.py (original)
+++ branches/frame_order_testing/auto_analyses/frame_order.py Mon Dec 10 
10:27:23 2012
@@ -85,6 +85,12 @@
         # Execution lock.
         status.exec_lock.acquire(pipe_bundle, mode='auto-analysis')
 
+        # Initial printout.
+        text = "# Frame order auto-analysis #"
+        print("\n\n\n\n\n\n\n" + "#"*len(text))
+        print("%s" % text)
+        print("#"*len(text))
+
         # Store the args.
         self.data_pipe_full = data_pipe_full
         self.data_pipe_subset = data_pipe_subset




Related Messages


Powered by MHonArc, Updated Mon Dec 10 15:20:02 2012