ReconstructFromTilt.reconstruct#
- static ReconstructFromTilt.reconstruct(data, shape, angles, opening_axis, tilt_axis, interpolation_order=1, return_real_fourier=True, reconstruction_filter=None, **kwargs)[source]#
Reconstruct a volume from a tilt series.
- Parameters:
- dataNDArray
The tilt series data.
- shapetuple of int
Shape of the reconstruction.
- anglestuple of float
Angle of each individual tilt.
- opening_axisint
The axis around which the volume is opened.
- tilt_axisint
Axis the plane is tilted over.
- interpolation_orderint, optional
Interpolation order used for rotation, defaults to 1.
- return_real_fourierbool, optional
Whether to return a shape compliant with rfftn, defaults to True.
- reconstruction_filterbool, optional
Filter window applied during reconstruction. See
create_reconstruction_filter()
for available options.
- Returns:
- NDArray
The reconstructed volume.