mailr13757 - /branches/gui_testing/gui/analyses/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 19, 2011 - 19:07:
Author: bugman
Date: Tue Jul 19 19:07:03 2011
New Revision: 13757

URL: http://svn.gna.org/viewcvs/relax?rev=13757&view=rev
Log:
Added all of the Grace files to the results list variable (for the results 
viewer).


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

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=13757&r1=13756&r2=13757&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Tue Jul 19 19:07:03 2011
@@ -507,4 +507,7 @@
 
         # Add Rx grace plot to the results list.
         
data.results_list.append(data.save_dir+sep+'grace'+sep+self.data.file_root+'.agr')
+        
data.results_list.append(data.save_dir+sep+'grace'+sep+'intensities.agr')
         
data.results_list.append(data.save_dir+sep+'grace'+sep+'intensities_norm.agr')
+        data.results_list.append(data.save_dir+sep+'grace'+sep+'i0.agr')
+        data.results_list.append(data.save_dir+sep+'grace'+sep+'chi2.agr')




Related Messages


Powered by MHonArc, Updated Tue Jul 19 19:20:02 2011