Author: tlinnet
Date: Tue Jun 17 20:26:41 2014
New Revision: 24061

URL: http://svn.gna.org/viewcvs/relax?rev=24061&view=rev
Log:
Removed the number of disp points in target function for LM63 3site, since it 
is no Ãlonger used,
but have been replaced with mask replacements.

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=24061&r1=24060&r2=24061&view=diff
==============================================================================
--- branches/disp_spin_speed/target_functions/relax_disp.py     (original)
+++ branches/disp_spin_speed/target_functions/relax_disp.py     Tue Jun 17 
20:26:41 2014
@@ -1070,7 +1070,7 @@
         self.r20_struct[:] = multiply.outer( R20.reshape(self.NE, self.NS, 
self.NM), self.no_nd_ones )
 
         # Back calculate the R2eff values.
-        r2eff_LM63_3site(r20=self.r20_struct, rex_B=self.phi_ex_B_struct, 
rex_C=self.phi_ex_C_struct, quart_kB=quart_kB, quart_kC=quart_kC, 
cpmg_frqs=self.cpmg_frqs, back_calc=self.back_calc, 
num_points=self.num_disp_points)
+        r2eff_LM63_3site(r20=self.r20_struct, rex_B=self.phi_ex_B_struct, 
rex_C=self.phi_ex_C_struct, quart_kB=quart_kB, quart_kC=quart_kC, 
cpmg_frqs=self.cpmg_frqs, back_calc=self.back_calc)
 
         # Clean the data for all values, which is left over at the end of 
arrays.
         self.back_calc = self.back_calc*self.disp_struct


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to