mailr27750 - /trunk/pipe_control/pcs.py


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

Header


Content

Posted by edward on March 03, 2015 - 15:48:
Author: bugman
Date: Tue Mar  3 15:48:35 2015
New Revision: 27750

URL: http://svn.gna.org/viewcvs/relax?rev=27750&view=rev
Log:
The pcs.copy user function now skips deselected spins.


Modified:
    trunk/pipe_control/pcs.py

Modified: trunk/pipe_control/pcs.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/pcs.py?rev=27750&r1=27749&r2=27750&view=diff
==============================================================================
--- trunk/pipe_control/pcs.py   (original)
+++ trunk/pipe_control/pcs.py   Tue Mar  3 15:48:35 2015
@@ -328,7 +328,7 @@
 
         # Spin loop.
         data = []
-        for spin_from, spin_id in spin_loop(return_id=True, pipe=pipe_from):
+        for spin_from, spin_id in spin_loop(return_id=True, skip_desel=True, 
pipe=pipe_from):
             # Find the matching spin container in the target data pipe.
             spin_to = return_spin(spin_id, pipe=pipe_to)
 




Related Messages


Powered by MHonArc, Updated Tue Mar 03 16:00:02 2015