| Tomography Toolbox |
|
tom_Vector2Stageshift
calculates stageshift for a vector
Syntax
[v_out]=tom_Vector2Stageshift(v_in,State,angle)
Input:
| v_in | :vector |
| State | :state (structure), to set microscope in a certain mode |
| angle | Tiltangle (...stage movement is TILTANGLE DEPENDEND ) |
| to check the organisation of the structure see tom_make_acquisition_structure | |
| Output: | |
| v_out | :calculated Stageshift |
Description
calculates Stageshift by
using the rotation matrix in the calibration
files. The rotation matrix depends on the tiltangle.So the calibration
for the actual tiltangle has to be found.
Examples
[v]=tom_Vector2Stageshift(v_in,State,in_Angle);
See Also
tom_center_detail, tom_Vector2Beamshift
|
|
tom_vector2Beamshift | Roadmap |
|