| Tomography Toolbox |
|
tom_shiftoffset
performs an image/beamshift offset
Syntax
[State1]=tom_shiftoffset(State1,State2,COMS,offset)
Input:
| State1 | :state (structure), to set microscope in a certain mode |
| State2 | :state (structure), to set microscope in a certain mode |
| COMS | :structrure including the interface to the microcoscope (ActiveX Server) |
| offset | :offset length of the shift |
| to check the organisation of the structures see tom_make_acquisition_structure and tom_make_all_coms | |
| Output: | |
| State1 | :state (structure), to set microscope in a certain mode |
Description
Tom_shiftoffset creates an imagebeamshift offset
(length offset) in State1 relative to State2 along the tiltaxis of State2.
Examples
[Calibration]=tom_shift_calib_manual(handles.Search,handles.COMS,2)
See Also
|
| tom_shift_calib_manual | tom_stage_calib_manual |
|