mailr24750 - /branches/r1rho_plotting/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 July 25, 2014 - 13:59:
Author: tlinnet
Date: Fri Jul 25 13:59:33 2014
New Revision: 24750

URL: http://svn.gna.org/viewcvs/relax?rev=24750&view=rev
Log:
Removed a wrong adding of empty offset dimension in the get_back_calc() 
function of target_functions.relax_disp().

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho 
analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through 
spin-lock offset [Omega], rather than spin-lock field strength [w1].

Modified:
    branches/r1rho_plotting/target_functions/relax_disp.py

Modified: branches/r1rho_plotting/target_functions/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/target_functions/relax_disp.py?rev=24750&r1=24749&r2=24750&view=diff
==============================================================================
--- branches/r1rho_plotting/target_functions/relax_disp.py      (original)
+++ branches/r1rho_plotting/target_functions/relax_disp.py      Fri Jul 25 
13:59:33 2014
@@ -1822,7 +1822,6 @@
             for si in range(self.NS):
                 for mi in range(self.NM):
                     for oi in range(self.NO):
-                        back_calc_return[ei][si][mi].append([])
                         if exp_type in EXP_TYPE_LIST_CPMG:
                             num = len(self.cpmg_frqs_orig[ei][mi][oi])
                         else:




Related Messages


Powered by MHonArc, Updated Fri Jul 25 15:20:02 2014