mailr7200 - /branches/rdc_analysis/generic_fns/pcs.py


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

Header


Content

Posted by edward on August 14, 2008 - 18:14:
Author: bugman
Date: Thu Aug 14 17:09:41 2008
New Revision: 7200

URL: http://svn.gna.org/viewcvs/relax?rev=7200&view=rev
Log:
Added a print out to the centre() function.


Modified:
    branches/rdc_analysis/generic_fns/pcs.py

Modified: branches/rdc_analysis/generic_fns/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/rdc_analysis/generic_fns/pcs.py?rev=7200&r1=7199&r2=7200&view=diff
==============================================================================
--- branches/rdc_analysis/generic_fns/pcs.py (original)
+++ branches/rdc_analysis/generic_fns/pcs.py Thu Aug 14 17:09:41 2008
@@ -246,6 +246,9 @@
 
     # Averaging.
     pos = pos / float(i)
+
+    # Print out.
+    print "Paramagnetic centre located at: " + `pos`
 
     # Set the centre (place it into the current data pipe).
     ds[ds.current_pipe].paramagnetic_centre = pos




Related Messages


Powered by MHonArc, Updated Thu Aug 14 19:20:30 2008