Hi, I found this difference too. The dw_frq_a structure has zeros for the elements of the structure past the last dispersion point whereas self.dw_struct has the same values for the entire length of the structure. As these points are never used, it makes no difference to the final results.
Regards, Edward On 11 June 2014 10:16, <[email protected]> wrote: > Author: tlinnet > Date: Wed Jun 11 10:16:27 2014 > New Revision: 23823 > > URL: http://svn.gna.org/viewcvs/relax?rev=23823&view=rev > Log: > Started using the new way of constructing dw. > > This is for running system tests. > > Note, somewhere in the dw array, the frequencies will be different between > the two implementations. > But apparently, this does not matter. > > 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=23823&r1=23822&r2=23823&view=diff > ============================================================================== > --- branches/disp_spin_speed/target_functions/relax_disp.py (original) > +++ branches/disp_spin_speed/target_functions/relax_disp.py Wed Jun 11 > 10:16:27 2014 > @@ -601,7 +601,7 @@ > R20B_axis = tile(R20B_axis, (1, 1, 1, self.NO, self.ND)) * > self.disp_struct > > ## Back calculate the R2eff values. > - r2eff_CR72(r20a=R20A_axis, r20b=R20B_axis, pA=pA, dw=dw_frq_a, > kex=kex, cpmg_frqs=self.cpmg_frqs_a, back_calc=self.back_calc_a, > num_points=self.num_disp_points_a) > + r2eff_CR72(r20a=R20A_axis, r20b=R20B_axis, pA=pA, dw=self.dw_struct, > kex=kex, cpmg_frqs=self.cpmg_frqs_a, back_calc=self.back_calc_a, > num_points=self.num_disp_points_a) > > # Clean the data for all values, which is left over at the end of > arrays. > self.back_calc_a = self.back_calc_a*self.disp_struct > > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > 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 _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] 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-devel

