svn+ssh://bugman@.../svn/relax/trunk
........
r27771 | bugman | 2015-03-04 14:28:46 +0100 (Wed, 04 Mar 2015) | 6 lines
Created the Align_tensor.test_copy_pipes system test.
This is to show a problem in the align_tensor.copy user function when copying all tensors between
data pipes.
........
r27772 | bugman | 2015-03-04 14:30:30 +0100 (Wed, 04 Mar 2015) | 5 lines
The align_tensor.copy user function 'tensor_from' argument can now be None.
This is to enable the copying of all alignment tensors from one data pipe to another.
........
r27773 | bugman | 2015-03-04 14:34:07 +0100 (Wed, 04 Mar 2015) | 5 lines
Modified the pipe_control.align_tensor.align_data_exists() function to handle no tensor IDs.
If no tensor ID is supplied, this will then return True if any alignment data exists.
........
r27774 | bugman | 2015-03-04 14:47:21 +0100 (Wed, 04 Mar 2015) | 6 lines
Improvement for the align_tensor.copy user function.
The user function has been modified to allow all alignment tensors to be copied between two data
pipes. This allows the Align_tensor.test_copy_pipes system test to pass.
........