-
Notifications
You must be signed in to change notification settings - Fork 1
Angular_rotate_v3
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Calculate the Euler angles after applying a rotation to a geometry set from a metadata.
See also Transform_geometry_v3
Parameters
$: Input metadata file $
: Output metadata file, if not provided result will overwrite input file $: Rotate in plane $ or
: Rotate with these Euler angles $ or: Align (x,y,z) with Z axis $ or`--axis <ang> <x`0> <y=0> <z=1> $
: Print transformation matrix to screen
Modify the geometry of a selfile applying a rotation of 0.1 degrees around (x,y,z)=(1,1,1) direction:
xmipp_angular_rotate -i selfile.sel -o newselfile.sel --axis 0.1 1 1 1