Skip to content

Angular_discrete_assign_v3

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_angular_discrete_assign (v3.0)

Usage

Make a projection assignment using wavelets on a discrete library of projections This program assigns Euler angles to experimental projections by matching with ideal projections. This matching is done via a DWT correlation. For every experimental projection, different in-plane rotations and shifts are tried (by exhaustive search). For each possible combination of these two variables, the best correlating ideal projection is sought using a fast multirresolution algorithm. The method is fully described at http://www.ncbi.nlm.nih.gov/pubmed/15099579

Parameters

$``: List of images to align Alignment parameters can be provided Only the shifts are taken in consideration in global searches; in local searches, all parameters in the initial docfile are considered. $--mode &lt;modeoverwrite> where <mode> can be:

    • $-o, --output &lt;output_file> $``: Metadata with the reference images and their angles Must be created withAngular_project_library_v3 $--sym &lt;symmetry_file> =: Symmetry file if any The definition of the symmetry is described atTransform_symmetrize_v3 $`--max_shift_change &lt;r`0&gt; $`--psi_step <ang`5> $`--shift_step <r`1>

Extra parameters $: Perform a 5D search instead of 3D+2D $`--max_proj_change &lt;ang`-1&gt; $`--max_psi_change &lt;ang`-1&gt; $`--keep &lt;th`50&gt; $`--smin &lt;s`1&gt; $`--smax &lt;s`-1&gt; $`--pick &lt;mth`1&gt; $: Show the rot-tilt process $: Show the psi-shift process $: Show final options among which the angles are selected

Examples and notes

Typical use:

xmipp_angular_project_library -i referenceVolume.vol -o reference.stk --sampling_rate 5
xmipp_angular_discrete_assign -i projections.sel -o discrete_assignment.xmd --ref reference.doc

User's comments

Clone this wiki locally