mailr10900 - /branches/bieri_gui/gui_bieri/analyses/auto_noe.py


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

Header


Content

Posted by michael . bieri on February 24, 2010 - 06:07:
Author: michaelbieri
Date: Wed Feb 24 06:07:16 2010
New Revision: 10900

URL: http://svn.gna.org/viewcvs/relax?rev=10900&view=rev
Log:
The NOE box/tab is packed by the adapted build_right_box() function.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_noe.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=10900&r1=10899&r2=10900&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Wed Feb 24 06:07:16 2010
@@ -385,7 +385,7 @@
 
 
     def build_main_box(self):
-        """Construct the highest level box to pack into the automatic Rx 
analysis frame.
+        """Construct the highest level box to pack into the automatic NOE 
analysis frame.
 
         @return:    The main box element containing all Rx GUI elements to 
pack directly into the automatic Rx analysis frame.
         @rtype:     wx.BoxSizer instance
@@ -407,9 +407,9 @@
 
 
     def build_right_box(self):
-        """Construct the right hand box to pack into the main Rx box.
-
-        @return:    The right hand box element containing all Rx GUI 
elements (excluding the bitmap) to pack into the main Rx box.
+        """Construct the right hand box to pack into the main NOE box.
+
+        @return:    The right hand box element containing all NOE GUI 
elements (excluding the bitmap) to pack into the main Rx box.
         @rtype:     wx.BoxSizer instance
         """
 
@@ -430,6 +430,21 @@
 
         # Add the unresolved spins GUI element.
         self.add_unresolved_spins(box)
+
+        # Add peak list selection header.
+        self.peak_list_header(box)
+
+        # Add the saturated NOE peak list selection GUI element.
+        self.add_saturated_peak_list(box)
+
+        # Add the saturated RMSD background GUI element:
+        self.add_saturated_rmsd(box)
+
+        # Add the reference NOE peak list selection GUI element.
+        self.add_reference_peak_list(box)
+
+        # Add the reference RMSD background GUI element:
+        self.add_reference_rmsd(box)
 
         # Add the execution GUI element.
         self.add_execute_relax(box)




Related Messages


Powered by MHonArc, Updated Wed Feb 24 06:20:02 2010