mailr22432 - /trunk/lib/rotating_frame.py


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

Header


Content

Posted by tlinnet on March 07, 2014 - 11:42:
Author: tlinnet
Date: Fri Mar  7 11:42:50 2014
New Revision: 22432

URL: http://svn.gna.org/viewcvs/relax?rev=22432&view=rev
Log:
Renamed function "calc_tilt_angle" to "calc_rotating_frame_params" in 
lib.rotating_frame.

Regarding sr #3124, (https://gna.org/support/index.php?3124) - Grace graphs 
production for R1rho analysis with R2_eff as function of Omega_eff.

This is to reflect, that the function should return and store spin values of 
both tilt_angles, Delta_omega and omega_eff.

Modified:
    trunk/lib/rotating_frame.py

Modified: trunk/lib/rotating_frame.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/rotating_frame.py?rev=22432&r1=22431&r2=22432&view=diff
==============================================================================
--- trunk/lib/rotating_frame.py (original)
+++ trunk/lib/rotating_frame.py Fri Mar  7 11:42:50 2014
@@ -31,7 +31,7 @@
 from pipe_control.mol_res_spin import find_index, get_spin_ids, 
index_molecule, index_residue, return_spin, spin_loop
 from specific_analyses.relax_disp.disp_data import loop_exp_frq_offset, 
return_offset_data, return_param_key_from_data, return_spin_lock_nu1
 
-def calc_tilt_angle():
+def calc_rotating_frame_params():
     # Get the field count
     field_count = cdp.spectrometer_frq_count
 




Related Messages


Powered by MHonArc, Updated Fri Mar 07 12:00:02 2014