mailr24858 - /branches/r1rho_plotting/specific_analyses/relax_disp/data.py


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

Header


Content

Posted by tlinnet on July 30, 2014 - 22:27:
Author: tlinnet
Date: Wed Jul 30 22:27:17 2014
New Revision: 24858

URL: http://svn.gna.org/viewcvs/relax?rev=24858&view=rev
Log:
Added forgotten "interpolate" type to function which return X,Y point to 
xmgrace graphs.

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/specific_analyses/relax_disp/data.py

Modified: branches/r1rho_plotting/specific_analyses/relax_disp/data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/r1rho_plotting/specific_analyses/relax_disp/data.py?rev=24858&r1=24857&r2=24858&view=diff
==============================================================================
--- branches/r1rho_plotting/specific_analyses/relax_disp/data.py        
(original)
+++ branches/r1rho_plotting/specific_analyses/relax_disp/data.py        Wed 
Jul 30 22:27:17 2014
@@ -3224,7 +3224,7 @@
                 Delta_omega, theta, w_eff = 
rotating_frame_params(chemical_shift=chemical_shifts[ei][si][mi], 
spin_lock_offset=offset_rad, omega1=omega1)
 
                 # Return the x and y point.
-                x_point, y_point, err, y_err_point = 
return_grace_x_y_point(data_type=data_type, y_axis=y_axis, x_axis=x_axis, 
data_key=key, spin=current_spin, offset=offset, r1=r1[si][mi], 
r1_err=r1_err[si][mi], w_eff=w_eff, theta=theta, err=err)
+                x_point, y_point, err, y_err_point = 
return_grace_x_y_point(data_type=data_type, y_axis=y_axis, x_axis=x_axis, 
interpolate=interpolate, data_key=key, spin=current_spin, offset=offset, 
r1=r1[si][mi], r1_err=r1_err[si][mi], w_eff=w_eff, theta=theta, err=err)
 
                 # Add the data.
                 data[graph_index][set_index].append([x_point, y_point])




Related Messages


Powered by MHonArc, Updated Wed Jul 30 22:40:02 2014