mailr21554 - /branches/relax_disp/specific_analyses/relax_disp/disp_data.py


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

Header


Content

Posted by edward on November 20, 2013 - 19:09:
Author: bugman
Date: Wed Nov 20 19:09:54 2013
New Revision: 21554

URL: http://svn.gna.org/viewcvs/relax?rev=21554&view=rev
Log:
Fix for the relax_disp.write_disp_data user function.

The spectrometer frequency in the output files is now in MHz.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/disp_data.py

Modified: branches/relax_disp/specific_analyses/relax_disp/disp_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/disp_data.py?rev=21554&r1=21553&r2=21554&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Wed Nov 20 
19:09:54 2013
@@ -2526,7 +2526,7 @@
                 r2eff_err = "%.15f" % current_spin.r2eff_err[key]
 
             # Write out the data.
-            frq_text = "%.3f" % frq
+            frq_text = "%.3f" % frq/1e6
             point_text = "%.6f" % point
             file.write(format % (repr(exp_type), frq_text, point_text, 
r2eff, r2eff_bc, r2eff_err))
 




Related Messages


Powered by MHonArc, Updated Wed Nov 20 19:20:01 2013