mailr7199 - /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:00 2008
New Revision: 7199

URL: http://svn.gna.org/viewcvs/relax?rev=7199&view=rev
Log:
The calculated paramagnetic centre is now being placed into the current data 
pipe.


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=7199&r1=7198&r2=7199&view=diff
==============================================================================
--- branches/rdc_analysis/generic_fns/pcs.py (original)
+++ branches/rdc_analysis/generic_fns/pcs.py Thu Aug 14 17:09:00 2008
@@ -247,8 +247,8 @@
     # Averaging.
     pos = pos / float(i)
 
-    # Set the centre.
-    dp.paramagnetic_centre = pos
+    # Set the centre (place it into the current data pipe).
+    ds[ds.current_pipe].paramagnetic_centre = pos
 
 
 def copy(pipe_from=None, pipe_to=None, ri_label=None, frq_label=None):




Related Messages


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