mailr26868 - /trunk/test_suite/shared_data/curve_fitting/inversion_recovery/calc.py


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

Header


Content

Posted by edward on November 30, 2014 - 00:58:
Author: bugman
Date: Sun Nov 30 00:58:46 2014
New Revision: 26868

URL: http://svn.gna.org/viewcvs/relax?rev=26868&view=rev
Log:
Increased the precision of the printout from the calc.py script of the last 
commit.


Modified:
    trunk/test_suite/shared_data/curve_fitting/inversion_recovery/calc.py

Modified: 
trunk/test_suite/shared_data/curve_fitting/inversion_recovery/calc.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/shared_data/curve_fitting/inversion_recovery/calc.py?rev=26868&r1=26867&r2=26868&view=diff
==============================================================================
--- trunk/test_suite/shared_data/curve_fitting/inversion_recovery/calc.py     
  (original)
+++ trunk/test_suite/shared_data/curve_fitting/inversion_recovery/calc.py     
  Sun Nov 30 00:58:46 2014
@@ -10,5 +10,4 @@
 
 # Calculate I(t) for each t.
 for time in relax_times:
-    print("%s, %s" % (time, iinf - i0 * exp(-rx*time)))
-
+    print("%.3f, %.15f" % (time, iinf - i0 * exp(-rx*time)))




Related Messages


Powered by MHonArc, Updated Sun Nov 30 01:20:02 2014