Differences between revisions 1 and 2
Revision 1 as of 2007-02-09 20:37:18
Size: 1210
Editor: bcm148-114
Comment:
Revision 2 as of 2007-02-09 20:37:41
Size: 1213
Editor: bcm148-114
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 ||<fixed input>||Reference image||
 ||<input>||Images to be aligned||
 ||<output>||Output filename||
 || <fixed input>||Reference image||
 || <input>||Images to be aligned||
 || <output>||Output filename||

align2d

  • This program will align a set of images to a reference

Usage

  • align2d <fixed input> <input> <output> [fixn=<n>] [noflip] [precen] [seqali] [eulali] [pgm] [log] [edgenorm] [keepeulers]

Parameters

  • <fixed input>

    Reference image

    <input>

    Images to be aligned

    <output>

    Output filename

    [fixn=<n>]

    Image number to use in fixed input stack

    [noflip]

    Rotational/translational alignment without flips

    [precen]

    No translational alignment

    [seqali]

    Align 1st image to ref, 2nd to 1st, 3rd to 2nd, etc.

    [eulali]

    Align each image to images with similar Eulers, referring to the 1st image in the file.

    [pgm]

    Output in pgm format, note there should only be one input in this case

    [log]

    Logs rotations/translations to align.log

    [edgenorm]

    Perform an edgenormalization of both images before alignment

    [keepeulers]

    Indicates that the input images have accurate Eulers which need to be preserved.

    Typical usage: align2d proj.hed cls000.hed tst.hed

Description

Pretty self explanatory. If the input is a stack, the first image is used.


EMAN Manual page, generated Mon Jan 8 17:35:59 2007

Align2D (last edited 2008-11-26 04:42:28 by localhost)