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)
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to