Find rotation matrix to align one vector with another
x: np.ndarray :
vector with 3 elements that is to be aligned
y: np.ndarray :
vector with 3 elements to which y is to be aligned
Returns :
r: np.ndarray :
array of shape (3,3) so that the vector np.dot(r,x) points in the same direction as y, and has the same L2 norm as x
mvpa2.support.nibabel.surf.reposition_hemisphere_pairs
mvpa2.support.nibabel.surf.write
Enter search terms or a module, class or function name.