mailr22220 - /trunk/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by tlinnet on February 20, 2014 - 18:15:
Author: tlinnet
Date: Thu Feb 20 18:15:43 2014
New Revision: 22220

URL: http://svn.gna.org/viewcvs/relax?rev=22220&view=rev
Log:
Added the The relaxation time period to be used when returning cpmg frqs.

Regarding bug #21665, (https://gna.org/bugs/?21665) - Running a CPMG analysis 
with two fields at two delay times.

Modified:
    trunk/specific_analyses/relax_disp/disp_data.py

Modified: trunk/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/relax_disp/disp_data.py?rev=22220&r1=22219&r2=22220&view=diff
==============================================================================
--- trunk/specific_analyses/relax_disp/disp_data.py (original)
+++ trunk/specific_analyses/relax_disp/disp_data.py Thu Feb 20 18:15:43 2014
@@ -2369,7 +2369,7 @@
     return cpmg_frqs
 
 
-def return_cpmg_frqs_single(exp_type=None, frq=None, offset=None, 
ref_flag=True):
+def return_cpmg_frqs_single(exp_type=None, frq=None, offset=None, time=None, 
ref_flag=True):
     """Return the list of nu_CPMG frequencies.
 
     @keyword exp_type:  The experiment type.
@@ -2378,6 +2378,8 @@
     @type frq:          float
     @keyword offset:    The hard pulse offset, if desired.
     @type offset:       None or float
+    @keyword time:      The relaxation time period.
+    @type time:         float
     @keyword ref_flag:  A flag which if False will cause the reference 
spectrum frequency of None to be removed from the list.
     @type ref_flag:     bool
     @return:            The list of nu_CPMG frequencies in Hz.




Related Messages


Powered by MHonArc, Updated Thu Feb 20 18:20:02 2014