| Tomography Toolbox |
|
tom_Vector2Beamshift
calculates beamshift for a vector
Syntax
[v_out]=tom_Vector2Beamshift(v_in,State)
Input:
| v_in | :vector |
| State | :state (structure), to set microscope in a certain mode |
| to check the organisation of the structure see tom_make_acquisition_structure | |
| Output: | |
| v_out | :calculated Beamshift |
Description
calculates beamshift by
using the rotation matrix in the calibration structure.
Examples
[v]=tom_Vector2Beamshift(v_in,State);
See Also
tom_center_detail, tom_Vector2Stageshift
|
| tom_update_header | tom_vector2Stageshift |
|