mailr19465 - /branches/relax_disp/auto_analyses/relax_disp.py


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

Header


Content

Posted by edward on April 11, 2013 - 14:55:
Author: bugman
Date: Thu Apr 11 14:55:30 2013
New Revision: 19465

URL: http://svn.gna.org/viewcvs/relax?rev=19465&view=rev
Log:
Fix for the relaxation dispersion auto-analysis.

The exponential fit model is now selected prior to optimisation.


Modified:
    branches/relax_disp/auto_analyses/relax_disp.py

Modified: branches/relax_disp/auto_analyses/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/auto_analyses/relax_disp.py?rev=19465&r1=19464&r2=19465&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Thu Apr 11 14:55:30 2013
@@ -104,8 +104,11 @@
         # Printout.
         subtitle(file=sys.stdout, text="Simple exponential curve-fitting")
 
-        # Create the data pipe by copying the base pipe.o
+        # Create the data pipe by copying the base pipe.
         self.interpreter.pipe.copy(pipe_from=self.pipe_name, 
pipe_to='exp_fit', bundle_to=self.pipe_bundle)
+
+        # Set the relaxation dispersion curve type.
+        self.interpreter.relax_disp.select_model('exp_fit')
 
         # Grid search.
         self.interpreter.grid_search(inc=self.grid_inc)




Related Messages


Powered by MHonArc, Updated Thu Apr 11 17:20:02 2013