mailr11125 - /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 April 23, 2010 - 03:59:
Author: michaelbieri
Date: Fri Apr 23 03:59:11 2010
New Revision: 11125

URL: http://svn.gna.org/viewcvs/relax?rev=11125&view=rev
Log:
Result of NOE calculation is added to Results tab.

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=11125&r1=11124&r2=11125&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Fri Apr 23 03:59:11 2010
@@ -519,6 +519,9 @@
         # Feedback about success.
         wx.CallAfter(self.gui.controller.log_panel.AppendText, 
'\n\n__________________________________________________________\n\nSuccessfully
 calculated NOE 
values\n__________________________________________________________')
 
+        # Add noe grace plot to results list.
+        
self.gui.list_noe.Append(data.save_dir+sep+'grace'+sep+data.filename+'.agr')
+
 
     def link_data(self, data):
         """Re-alias the storage container in the relax data store.




Related Messages


Powered by MHonArc, Updated Fri Apr 23 04:20:03 2010