mailr13569 - in /branches/gui_testing/gui/analyses: auto_noe.py auto_rx_base.py


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

Header


Content

Posted by edward on July 13, 2011 - 09:37:
Author: bugman
Date: Wed Jul 13 09:37:22 2011
New Revision: 13569

URL: http://svn.gna.org/viewcvs/relax?rev=13569&view=rev
Log:
The current data pipe is now displayed in the auto NOE, R1, and R2 analysis 
pages.


Modified:
    branches/gui_testing/gui/analyses/auto_noe.py
    branches/gui_testing/gui/analyses/auto_rx_base.py

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13569&r1=13568&r2=13569&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Wed Jul 13 09:37:22 2011
@@ -222,6 +222,9 @@
         # Add the frame title.
         self.add_title(box, "Setup for steady-state NOE analysis")
 
+        # Display the data pipe.
+        self.add_text_sel_element(box, self.parent, text="The current data 
pipe:", default=self.data.pipe_name, tooltip="This is the data pipe 
associated with this analysis.", editable=False)
+
         # Add the frequency selection GUI element.
         self.field_nmr_frq = self.add_text_sel_element(box, self.parent, 
text="NMR frequency label [MHz]", default=self.data.frq, tooltip="This label 
is added to the output files.  For example if the label is '600', the NOE 
values will be located in the file 'noe.600.out'.")
 

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13569&r1=13568&r2=13569&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Wed Jul 13 09:37:22 2011
@@ -221,6 +221,9 @@
         # Add the frame title.
         self.add_title(box, "Setup for %s relaxation analysis" % self.label)
 
+        # Display the data pipe.
+        self.add_text_sel_element(box, self.parent, text="The current data 
pipe:", default=self.data.pipe_name, tooltip="This is the data pipe 
associated with this analysis.", editable=False)
+
         # Add the frequency selection GUI element.
         self.field_nmr_frq = self.add_text_sel_element(box, self.parent, 
text="NMR Frequency [MHz]", default=self.data.frq, tooltip="This label is 
added to the output files.  For example if the label is '600', %s values will 
be located in the file '%s.600.out'." % (self.label, lower(self.label)))
 




Related Messages


Powered by MHonArc, Updated Wed Jul 13 10:20:01 2011