| Tomography Toolbox |
|
tom_shift_calib_manual
calibrates the image/beamshift relative to CCD coordinates
Syntax
[Calibration]=tom_shift_calib_manual(Search,COMS,iterations)
Input:
| Search | :state (structure), to set microscope in search mode |
| COMS | :structrure including the interface to the microcoscope (ActiveX Server) |
| 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
image/beamshift by applying a Examples [Calibration]=tom_shift_calib_manual(handles.Search,handles.COMS,2)
beamshift in x-direction and measuring the shift in the CCD coordinate system.
The same is done for y-direction. By using the shifts measured on the CCD
a rotation matrix, describing the transformation of two coordinate systems,
is calculated and stored in the calibration structure.
See Also
|
| tom_set_state | tom_shiftoffset |
|