mailr24623 - /branches/disp_spin_speed/lib/dispersion/lm63.py


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

Header


Content

Posted by tlinnet on July 22, 2014 - 16:51:
Author: tlinnet
Date: Tue Jul 22 16:51:33 2014
New Revision: 24623

URL: http://svn.gna.org/viewcvs/relax?rev=24623&view=rev
Log:
Code validation of lib/dispersion/lm63.py.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/lib/dispersion/lm63.py

Modified: branches/disp_spin_speed/lib/dispersion/lm63.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/lm63.py?rev=24623&r1=24622&r2=24623&view=diff
==============================================================================
--- branches/disp_spin_speed/lib/dispersion/lm63.py     (original)
+++ branches/disp_spin_speed/lib/dispersion/lm63.py     Tue Jul 22 16:51:33 
2014
@@ -43,7 +43,7 @@
 
 The equation used is::
 
-                  phi_ex   /     4 * nu_cpmg         /     kex     \ \ 
+                  phi_ex   /     4 * nu_cpmg         /     kex     \ \
     R2eff = R20 + ------ * | 1 - -----------  * tanh | ----------- | | ,
                    kex     \         kex             \ 4 * nu_cpmg / /
 
@@ -67,6 +67,7 @@
 # Python module imports.
 from numpy import isfinite, min, sum, tanh
 from numpy.ma import fix_invalid, masked_where
+
 
 def r2eff_LM63(r20=None, phi_ex=None, kex=None, cpmg_frqs=None, 
back_calc=None):
     """Calculate the R2eff values for the LM63 model.




Related Messages


Powered by MHonArc, Updated Tue Jul 22 17:00:02 2014