mailr20306 - /branches/relax_disp/lib/dispersion/ns_2site_star.py


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

Header


Content

Posted by edward on July 15, 2013 - 19:07:
Author: bugman
Date: Mon Jul 15 19:07:57 2013
New Revision: 20306

URL: http://svn.gna.org/viewcvs/relax?rev=20306&view=rev
Log:
Docstring completion for lib.dispersion.ns_2site_star.r2eff_ns_2site_star().

Epydoc text was missing for some of the function arguments.


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

Modified: branches/relax_disp/lib/dispersion/ns_2site_star.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/ns_2site_star.py?rev=20306&r1=20305&r2=20306&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/ns_2site_star.py (original)
+++ branches/relax_disp/lib/dispersion/ns_2site_star.py Mon Jul 15 19:07:57 
2013
@@ -45,8 +45,16 @@
     This function calculates and stores the R2eff values.
 
 
+    @keyword Rr:            The matrix that contains only the R2 relaxation 
terms ("Redfield relaxation", i.e. non-exchange broadening).
+    @type Rr:               numpy complex64, rank-2, 2D array
+    @keyword Rex:           The matrix that contains the exchange terms 
between the two states A and B.
+    @type Rex:              numpy complex64, rank-2, 2D array
+    @keyword RCS:           The matrix that contains the chemical shift 
evolution.  It works here only with X magnetization, and the complex notation 
allows to evolve in the transverse plane (x, y).
+    @type RCS:              numpy complex64, rank-2, 2D array
     @keyword R:             The matrix that contains all the contributions 
to the evolution, i.e. relaxation, exchange and chemical shift evolution.
     @type R:                numpy complex64, rank-2, 2D array
+    @keyword M0:            This is a vector that contains the initial 
magnetizations corresponding to the A and B state transverse magnetizations.
+    @type M0:               numpy float64, rank-1, 2D array
     @keyword r20a:          The R2 value for state A in the absence of 
exchange.
     @type r20a:             float
     @keyword r20b:          The R2 value for state A in the absence of 
exchange.




Related Messages


Powered by MHonArc, Updated Mon Jul 15 19:20:02 2013