mailr23820 - /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 11, 2014 - 10:08:
Author: tlinnet
Date: Wed Jun 11 10:08:06 2014
New Revision: 23820

URL: http://svn.gna.org/viewcvs/relax?rev=23820&view=rev
Log:
Added the ei index, when creating the first dw_mask.

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=23820&r1=23819&r2=23820&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:08:06 2014
@@ -452,7 +452,7 @@
                     # Loop over the spectrometer frequencies.
                     for mi in range(self.NM):
                         # Fill dw_mask with frequencies.
-                        self.dw_mask[si, :, si, mi] = self.frqs[ei][si][mi]
+                        self.dw_mask[si, ei, si, mi] = self.frqs[ei][si][mi]
 
                         # Loop over the offsets.
                         for oi in range(self.num_offsets[ei][si][mi]):




Related Messages


Powered by MHonArc, Updated Wed Jun 11 10:20:03 2014