Subversion Repositories seema-scanner

Rev

Rev 209 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 jakw 1
function [ output_args ] = alignSubScansMarkers(calibrationFileName, alnFileName, scanDir)
2
%ALIGNSUBSCANSMARKERS Determines an exact alignment of sub scans (scans
3
% from e.g. one revolution of the rotation stage). 
4
% The method searches for circular white markers of the specified diameter.
5
% White frames corresponding to each sub scan must be available.
6
% A coarse alignment in the form of an aln-file must be provided. This is
7
% output from the scanner by default based on rotation axis alignment.
8
%
9
% 2017 Jakob Wilm, DTU
10
 
11
end
12