mailr21303 - /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 October 29, 2013 - 12:07:
Author: bugman
Date: Tue Oct 29 12:07:57 2013
New Revision: 21303

URL: http://svn.gna.org/viewcvs/relax?rev=21303&view=rev
Log:
Improved printout for the relax_disp.spin_lock_field user function.


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=21303&r1=21302&r2=21303&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/disp_data.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/disp_data.py Tue Oct 29 
12:07:57 2013
@@ -1735,9 +1735,9 @@
 
     # Printout.
     if field == None:
-        print("Setting the '%s' spectrum as the reference." % spectrum_id)
+        print("The spectrum ID '%s' is set to the reference." % spectrum_id)
     else:
-        print("Setting the '%s' spectrum spin-lock field strength to %s 
kHz." % (spectrum_id, cdp.spin_lock_nu1[spectrum_id]/1000.0))
+        print("The spectrum ID '%s' spin-lock field strength is set to %s 
kHz." % (spectrum_id, cdp.spin_lock_nu1[spectrum_id]/1000.0))
 
 
 def spin_lock_offset(spectrum_id=None, offset=None):




Related Messages


Powered by MHonArc, Updated Tue Oct 29 12:20:02 2013