ReconstructFromTilt#
- class ReconstructFromTilt(shape=None, angles=None, opening_axis=2, tilt_axis=0, return_real_fourier=True, interpolation_order=1, reconstruction_filter=None)[source]#
Bases:
ComposableFilter
Reconstruct a d+1 array from a d-dimensional input projection using weighted backprojection (WBP).
Attributes
Angle of each individual tilt.
Interpolation order used for rotation
Projection axis, defaults to 2 (z).
Filter window applied during reconstruction.
Whether to return a share compliant with rfftn.
Shape of the reconstruction.
Tilt axis, defaults to 0 (x).
Methods
ReconstructFromTilt.__call__
([...])Reconstruct a d+1 array from a d-dimensional input using WBP.
ReconstructFromTilt.reconstruct
(data, shape, ...)Reconstruct a volume from a tilt series.