Wedge#
- class Wedge(angles=None, weights=None, tilt_axis=0, opening_axis=2, weight_type=None, frequency_cutoff=0.5, sampling_rate=1)[source]#
Bases:
ComposableFilter
Create per-tilt wedge mask for tomographic data.
Attributes
Tilt angles in degrees.
Frequency cutoff for created mask.
The projection axis, defaults to 2 (z).
The sampling rate, defaults to 1 Ångstrom / voxel.
Axis the plane is tilted over, defaults to 0 (x).
The type of weighting to apply, defaults to None.
The weights corresponding to each tilt angle.
Methods
Wedge.__call__
([return_real_fourier])This method provides the standard interface for creating of composable filter masks.
Wedge.from_file
(filename, **kwargs)Generate a
Wedge
instance by reading tilt angles and weights.