mailr14022 - /branches/gui_testing/gui/analyses/wizard.py


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

Header


Content

Posted by edward on August 01, 2011 - 09:44:
Author: bugman
Date: Mon Aug  1 09:44:25 2011
New Revision: 14022

URL: http://svn.gna.org/viewcvs/relax?rev=14022&view=rev
Log:
Expansion and clean up of the data pipe page of the new analysis wizard.


Modified:
    branches/gui_testing/gui/analyses/wizard.py

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=14022&r1=14021&r2=14022&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Mon Aug  1 09:44:25 2011
@@ -86,9 +86,8 @@
     """The panel for setting the data pipe name."""
 
     # Class variables.
-    pipe_name = 'x'
     image_path = paths.WIZARD_IMAGE_PATH + 'pipe.png'
-    main_text = 'Select the name of the pipe name to be associated with the 
analysis'
+    main_text = 'Select the name of the data pipe to be associated with this 
analysis.  All data in relax is kept within a special structure known as the 
relax data store.  This store is composed of multiple data pipes, each being 
associated with a specific analysis type.  Simple analyses such as the 
steady-state NOE and the R1 and R2 curve-fitting will be located within a 
single data pipe.  More complex analyses such as the automated model-free 
analysis will be spread across multiple data pipes, internally created by 
forking the original data pipe which holds the input data.'
     title = 'Data pipe name'
 
     def add_contents(self, sizer):
@@ -100,6 +99,9 @@
 
         # The pipe name input.
         self.pipe_name = self.input_field(sizer, "The data pipe name:")
+
+        # Spacing.
+        sizer.AddStretchSpacer(3)
 
 
     def on_display(self):




Related Messages


Powered by MHonArc, Updated Mon Aug 01 10:40:02 2011