WedgeReconstructed#
- class WedgeReconstructed(angles=None, weights=None, tilt_axis=0, opening_axis=2, weight_type=None, frequency_cutoff=0.5, sampling_rate=1, weight_wedge=False, create_continuous_wedge=False, reconstruction_filter=None)[source]#
Bases:
Wedge
Create wedge mask for tomographic reconstructions.
Attributes
Tilt angles in degrees.
Whether to create a continous wedge or a per-component wedge.
Frequency cutoff of filter
The projection axis, defaults to 2 (z).
Filter window applied during reconstruction.
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.
Whether individual wedge components should be weighted.
Weights to assign to individual wedge components.
Methods
WedgeReconstructed.__call__
([...])This method provides the standard interface for creating of composable filter masks.
WedgeReconstructed.from_file
(filename, **kwargs)Generate a
Wedge
instance by reading tilt angles and weights.