1 |
function [ output_args ] = alignSubScansMarkers(calibrationFileName, alnFileName, scanDir)
|
1 |
function [ output_args ] = alignSubScansMarkers(calibrationFileName, alnFileName, scanDir)
|
2 |
%ALIGNSUBSCANSMARKERS Determines an exact alignment of sub scans (scans
|
2 |
%ALIGNSUBSCANSMARKERS Determines an exact alignment of sub scans (scans
|
3 |
% from e.g. one revolution of the rotation stage).
|
3 |
% from e.g. one revolution of the rotation stage).
|
4 |
% The method searches for circular white markers of the specified diameter.
|
4 |
% The method searches for circular white markers of the specified diameter.
|
5 |
% White frames corresponding to each sub scan must be available.
|
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
|
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.
|
7 |
% output from the scanner by default based on rotation axis alignment.
|
8 |
%
|
8 |
%
|
9 |
% 2017 Jakob Wilm, DTU
|
9 |
% 2017 Jakob Wilm, DTU
|
10 |
|
10 |
|
11 |
end
|
11 |
end
|
12 |
|
12 |
|
13 |
|
13 |
|