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

ReconstructFromTilt.angles

Angle of each individual tilt.

ReconstructFromTilt.interpolation_order

Interpolation order used for rotation

ReconstructFromTilt.opening_axis

The axis around which the volume is opened.

ReconstructFromTilt.reconstruction_filter

Filter window applied during reconstruction.

ReconstructFromTilt.return_real_fourier

Whether to return a share compliant with rfftn.

ReconstructFromTilt.shape

Shape of the reconstruction.

ReconstructFromTilt.tilt_axis

Axis the plane is tilted over.

Methods

ReconstructFromTilt.reconstruct(data, shape, ...)

Reconstruct a volume from a tilt series.