mailr19623 - /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 May 03, 2013 - 10:39:
Author: bugman
Date: Fri May  3 10:39:17 2013
New Revision: 19623

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

This is for the fixed relaxation period data types.


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=19623&r1=19622&r2=19623&view=diff
==============================================================================
--- branches/relax_disp/auto_analyses/relax_disp.py (original)
+++ branches/relax_disp/auto_analyses/relax_disp.py Fri May  3 10:39:17 2013
@@ -182,9 +182,11 @@
             # Select the model.
             self.interpreter.relax_disp.select_model(model)
 
+            # Calculate the R2eff values for the fixed relaxation time 
period data types.
+            if model == 'R2eff' and cdp.exp_type in ['cpmg fixed']:
+                self.interpreter.calc()
+
             # Optimise the model.
-            if model == 'R2eff' and cdp.exp_type in ['cpmg fixed']:
-                self.calc()
             else:
                 self.optimise()
 




Related Messages


Powered by MHonArc, Updated Fri May 03 11:00:01 2013