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
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits