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