mailr10905 - /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:23:
Author: michaelbieri
Date: Wed Feb 24 06:23:34 2010
New Revision: 10905

URL: http://svn.gna.org/viewcvs/relax?rev=10905&view=rev
Log:
Minor formatting errors are removed from auto_noe.py file and the NOE image 
path was specified.


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=10905&r1=10904&r2=10905&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:23:34 2010
@@ -68,6 +68,9 @@
         # Store the main class.
         self.gui = gui
 
+        # The NOE image
+        self.bitmap = IMAGE_PATH + 'noe.gif'
+
         # Alias the storage container in the relax data store.
         self.data = ds.relax_gui.analyses[hardcoded_index]
 
@@ -343,7 +346,7 @@
 
 
     def assemble_data(self):
-         """Assemble the data required for the Auto_noe class.
+        """Assemble the data required for the Auto_noe class.
 
         See the docstring for auto_analyses.relax_fit for details.  All data 
is taken from the relax data store, so data upload from the GUI to there must 
have been previously performed.
 




Related Messages


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