mailr27039 - /trunk/auto_analyses/relax_fit.py


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

Header


Content

Posted by edward on December 09, 2014 - 08:54:
Author: bugman
Date: Tue Dec  9 08:54:53 2014
New Revision: 27039

URL: http://svn.gna.org/viewcvs/relax?rev=27039&view=rev
Log:
Change for norm_type variable in the relaxation exponential curve-fitting 
auto-analysis.

This is now set to 'last', not only for the saturation recovery, but now also 
for the inversion
recovery experiment types.  This ensures that the normalisation point is the 
steady state
magnetisation peak intensity.


Modified:
    trunk/auto_analyses/relax_fit.py

Modified: trunk/auto_analyses/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_fit.py?rev=27039&r1=27038&r2=27039&view=diff
==============================================================================
--- trunk/auto_analyses/relax_fit.py    (original)
+++ trunk/auto_analyses/relax_fit.py    Tue Dec  9 08:54:53 2014
@@ -135,7 +135,7 @@
         # Determine the normalisation type.
         norm_type = 'last'
         for spin in spin_loop(skip_desel=True):
-            if spin.model != 'sat':
+            if spin.model not in ['sat', 'inv']:
                 norm_type = 'first'
                 break
 




Related Messages


Powered by MHonArc, Updated Tue Dec 09 09:20:03 2014