mailr24363 - /branches/disp_spin_speed/target_functions/relax_disp.py


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

Header


Content

Posted by tlinnet on June 30, 2014 - 11:48:
Author: tlinnet
Date: Mon Jun 30 11:48:47 2014
New Revision: 24363

URL: http://svn.gna.org/viewcvs/relax?rev=24363&view=rev
Log:
Critical fix for the recalculation of tau cpmg, when plotting for numerical 
models.

The interpolated dispersion points with tau_cpgm was calculated with frq, 
instead of cmpg_frq.

Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion 
models for Clustered analysis.

Modified:
    branches/disp_spin_speed/target_functions/relax_disp.py

Modified: branches/disp_spin_speed/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/target_functions/relax_disp.py?rev=24363&r1=24362&r2=24363&view=diff
==============================================================================
--- branches/disp_spin_speed/target_functions/relax_disp.py     (original)
+++ branches/disp_spin_speed/target_functions/relax_disp.py     Mon Jun 30 
11:48:47 2014
@@ -339,7 +339,7 @@
                                 if recalc_tau:
                                     tau_cpmg = 0.25 * relax_time / power
                                 else:
-                                    tau_cpmg = 0.25 / frq
+                                    tau_cpmg = 0.25 / cpmg_frq
                                 self.tau_cpmg[ei, si, mi, oi, di] = tau_cpmg
 
                         elif spin_lock_nu1 != None and 
len(spin_lock_nu1[ei][mi][oi]):




Related Messages


Powered by MHonArc, Updated Mon Jun 30 12:40:02 2014