| Tomography Toolbox |
|
tom_tiltaxis_calib_manual
determines the direction of the tiltaxis
Syntax
tom_tiltaxis_calib_manual(Search,COMS,iterations)
Input:
| Search | :state (structure), to set microscope in a certain mode |
| COMS | :state (structure), to set microscope in a certain mode |
| itarations | :number of iterations |
| to check the organisation of the structures see tom_make_acquisition_structure and tom_make_all_coms | |
Description
tom_shift_calib_manual calibrates the tiltaxis by
moving the stage
in x-direction and measuring the shift on CCD (assuming that tiltaxis and
x-direction of the stage coincides). User input is requiered.
By using the shifts measured on the CCD a rotation
matrix is calculated.
With two parameters the tiltangle is calculated
(tiltaxis=atan(a2./a1).*180./pi).
Note:
This approximation doesn't work at high tiltangles.
Examples tiltaxis=tom_tiltaxis_calib_manual(handles.Search,handles.COMS);
See Also
|
| tom_tilt_series | tom_update_Gui_activeState |
|