mailr21023 - /branches/relax_disp/lib/dispersion/two_point.py


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

Header


Content

Posted by edward on October 09, 2013 - 17:19:
Author: bugman
Date: Wed Oct  9 17:19:18 2013
New Revision: 21023

URL: http://svn.gna.org/viewcvs/relax?rev=21023&view=rev
Log:
Fix for the docstring formula in 
lib.dispersion.two_point.calc_two_point_r2eff_err().


Modified:
    branches/relax_disp/lib/dispersion/two_point.py

Modified: branches/relax_disp/lib/dispersion/two_point.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/two_point.py?rev=21023&r1=21022&r2=21023&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/two_point.py (original)
+++ branches/relax_disp/lib/dispersion/two_point.py Wed Oct  9 17:19:18 2013
@@ -56,9 +56,10 @@
 
     The formula is::
 
-                        / (sigma_I1 / I1(nu1))^2 + (sigma_I0 / I0)^2 \ 
-        sigma_R2 = sqrt | ------------------------------------------ | ,
-                        \                  relax_T                   /
+                                __________________________________
+                      1        / / sigma_I1 \ 2     / sigma_I0 \ 2
+        sigma_R2 = -------    /  | -------- |   +   | -------- |
+                   relax_T  \/   \ I1(nu1)  /       \    I0    /
 
     where relax_T is the fixed delay time, I0 and sigma_I0 are the reference 
peak intensity and error when relax_T is zero, and I1 and sigma_I1 are the 
peak intensity and error in the spectrum of interest.
 




Related Messages


Powered by MHonArc, Updated Wed Oct 09 18:00:01 2013