mailr20714 - /branches/relax_disp/lib/dispersion/m61.py


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

Header


Content

Posted by edward on August 29, 2013 - 18:29:
Author: bugman
Date: Thu Aug 29 18:29:06 2013
New Revision: 20714

URL: http://svn.gna.org/viewcvs/relax?rev=20714&view=rev
Log:
Removed the unused theta and R1 arguments for the 
lib.dispersion.m61.r1rho_M61() function.

These off-resonance parameters are not used in the on-resonance model.


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

Modified: branches/relax_disp/lib/dispersion/m61.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/lib/dispersion/m61.py?rev=20714&r1=20713&r2=20714&view=diff
==============================================================================
--- branches/relax_disp/lib/dispersion/m61.py (original)
+++ branches/relax_disp/lib/dispersion/m61.py Thu Aug 29 18:29:06 2013
@@ -41,10 +41,10 @@
 """
 
 # Python module imports.
-from math import cos, pi, sin
+from math import pi
 
 
-def r1rho_M61(r1rho_prime=None, phi_ex=None, kex=None, theta=pi/2, R1=0.0, 
spin_lock_fields=None, back_calc=None, num_points=None):
+def r1rho_M61(r1rho_prime=None, phi_ex=None, kex=None, 
spin_lock_fields=None, back_calc=None, num_points=None):
     """Calculate the R2eff values for the M61 model.
 
     See the module docstring for details.
@@ -56,10 +56,6 @@
     @type phi_ex:               float
     @keyword kex:               The kex parameter value (the exchange rate 
in rad/s).
     @type kex:                  float
-    @keyword theta:             The rotating frame tilt angle.
-    @type theta:                float
-    @keyword R1:                The R1 relaxation rate.
-    @type R1:                   float
     @keyword spin_lock_fields:  The CPMG nu1 frequencies.
     @type spin_lock_fields:     numpy rank-1 float array
     @keyword back_calc:         The array for holding the back calculated 
R1rho values.  Each element corresponds to one of the spin-lock fields.




Related Messages


Powered by MHonArc, Updated Thu Aug 29 19:00:02 2013