mailr11066 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by michael . bieri on April 12, 2010 - 04:51:
Author: michaelbieri
Date: Mon Apr 12 04:51:34 2010
New Revision: 11066

URL: http://svn.gna.org/viewcvs/relax?rev=11066&view=rev
Log:
The output filename also consists of the frequency.

Outputfiles after Rx curvefit will be saved such as: r1.600.out.

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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=11066&r1=11065&r2=11066&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Mon Apr 12 04:51:34 
2010
@@ -261,7 +261,7 @@
         data.relax_times = self.data.relax_times[:i]
 
         # Filename.
-        self.filename = self.analysis_type
+        self.filename = self.analysis_type + '.' + str(self.data.frq)
 
         # The integration method.
         data.int_method = 'height'
@@ -283,9 +283,6 @@
         # Results directory.
         data.save_dir = self.data.save_dir
 
-        # The Frequency.
-        data.frq = self.data.frq
-
         # Return the container.
         return data
 




Related Messages


Powered by MHonArc, Updated Mon Apr 12 07:00:01 2010