ReconstructFromTilt#
- class ReconstructFromTilt(shape=None, angles=None, opening_axis=0, tilt_axis=2, return_real_fourier=True, interpolation_order=1, reconstruction_filter=None)[source]#
Bases:
object
Reconstruct a volume from a tilt series.
Attributes
Angle of each individual tilt.
Interpolation order used for rotation
The axis around which the volume is opened.
Filter window applied during reconstruction.
Whether to return a share compliant with rfftn.
Shape of the reconstruction.
Axis the plane is tilted over.
Methods
ReconstructFromTilt.reconstruct
(data, shape, ...)Reconstruct a volume from a tilt series.