| Tomography Toolbox |
|
tom_calc_tiltangles
calculates a vector of tilt-angles according to the angular acquisition scheme
Syntax
[angles]=tom_calc_tiltangles(start,step,stop,scheme)
Input:
| start | :start angle |
| step: | :increment angle |
| stop: | :stop angle |
| sceme: | :used scheme (linear, saxton) |
| Output | |
| angles | :array of tiltangles |
Description
tom_calc_tiltangles calculates the tiltangles
according to the given Examples Angles=tom_calc_tiltangles(-5,2,5,'linear'); Angles= -5 -3 -1 1 3 5
scheme. For the actual calculation of the angles with saxton-scheme tom_saxton
is called.
Angles=tom_calc_tiltangles(-5,2,5,'saxton'); Angles= -3.9964 -2.0000 0 2.0000
3.9964
See Also
tom_get_gui_Values, tom_tilt_series
|
| tom_calc_exptime | tom_center_detail |
|