Rotate projection images
Asked by @ludwig.
Let the reference frame be as follows, with the origin on the sample stage:
The rotation axis can be tilted by a solid angle spanned by two planar angles (alpha, beta)
:
- Planar rotation around the axis x with angle
alpha
- Planar rotation around the axis y with angle
beta
The generic solution is to account for this tilt in the backprojector.
In case (2), however, things can be handled by first rotating the projection images. The filling mode can be set to "edges" (see scipy documentation) to handle local tomography.
Edited by Pierre Paleo