Step 2: Align - abria/TeraStitcher GitHub Wiki

In the Align step, TeraStitcher computes a series of displacements (one per layer: layers divide the volume along Z) for each pair of adjacent tiles.

The algorithm used by default is called MIP-NCC and it is based on the Normalized Cross-Correlation applied on the three pairs of Maximum Intensity Projections extracted from the pair of tiles to be aligned.

Prerequisites

Inputs

  • absolute path of the XML descriptor (--projin)

Other inputs (optional)

Output

  • XML descriptor saved at --projout containing a series of displacements for each pair of adjacent tiles.

Demo (command line)

terastitcher --displcompute --projin="C:/volume/xml_import.xml" --subvoldim=100

Demo (GUI)