-
Notifications
You must be signed in to change notification settings - Fork 1
Volume_find_symmetry_v31
Find a symmetry rotational axis. The output is of the form
Symmetry axis (rot,tilt)= 10 20 --> 0.33682 0.059391 0.93969The angles represent the rot and tilt angles of the symmetry axis see the note on Euler angles convention in Xmipp). The rest of the numbers is the axis itself in X, Y, Z coordinates. In this way, the symmetry axis is a line that passes through the center of the volume and whose direction is this vector. It is important that the volume is correctly centered.
See also Volume_center_v3 Transform_geometry_v3
Parameters
$: Volume to process $`-o <file`> $`--thr <N`1> $
: Symmetry mode where <mode> can be:
Locate rotational axis $--rot <rot0
0> <rotF=355> <step=5> $--tilt <tilt0
0> <tiltF=90> <step=5> $: Perform a local search around this angle $
: Use cubic B-Splines for the interpolations
Locate helical parameters $-z <z0
1> <zF=10> <zstep=0.5> $--rotHelical <rot0
0> <rotF=357> <step=3> --mask <mask_type
circular> where <mask_type> can be:
-
- $
--center <x0
0> <y0=0> <z0=0>
A typical application for a rotational symmetry axis is
xmipp_volume_center -i volume.vol xmipp_volume_find_symmetry -i volume.vol --sym rot 3Presume the symmetry axis is in rot=20, tilt=10. To align vertically the axis use
xmipp_transform_geometry -i volume.vol --rotate euler 20 10 0For locating the helical parameters use
xmipp_volume_find_symmetry -i volume --sym helical -z 0 6 1 --mask circular -32 --thr 2 -o parameters.xmd