mailr19853 - /branches/relax_disp/lib/dispersion/equations.py


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

Header


Content

Posted by edward on June 03, 2013 - 19:58:
Author: bugman
Date: Mon Jun  3 19:58:09 2013
New Revision: 19853

URL: http://svn.gna.org/viewcvs/relax?rev=19853&view=rev
Log:
Docstring fixes for the lib.dispersion.equations module.


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

Modified: branches/relax_disp/lib/dispersion/equations.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/equations.py?rev=19853&r1=19852&r2=19853&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/equations.py (original)
+++ branches/relax_disp/lib/dispersion/equations.py Mon Jun  3 19:58:09 2013
@@ -30,7 +30,7 @@
 def calc_two_point_r2eff(relax_time=None, I_ref=None, I=None):
     """Calculate the R2eff/R1rho value for the fixed relaxation time data.
 
-    The formula is:
+    The formula is::
 
                   -1         / I1 \ 
         R2eff = ------- * ln | -- | ,
@@ -54,13 +54,13 @@
 def calc_two_point_r2eff_err(relax_time=None, I_ref=None, I=None, 
I_ref_err=None, I_err=None):
     """Calculate the R2eff/R1rho error for the fixed relaxation time data.
 
-    The formula is:
+    The formula is::
 
-                  -1         / I1 \ 
-        R2eff = ------- * ln | -- | ,
-                relax_T      \ I0 /
+                        / (sigma_I1 / I1(nu1))^2 + (sigma_I0 / I0)^2 \ 
+        sigma_R2 = sqrt | ------------------------------------------ | ,
+                        \                  relax_T                   /
 
-    where relax_T is the fixed delay time, I0 is the reference peak 
intensity when relax_T is zero, and I1 is the peak intensity in a spectrum of 
interest.
+    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.
 
 
     @keyword relax_time:    The fixed relaxation delay time in seconds.




Related Messages


Powered by MHonArc, Updated Mon Jun 03 20:20:06 2013