WedgeReconstructed#
- class WedgeReconstructed(angles=None, weights=None, use_tilt=None, tilt_axis=0, opening_axis=2, weight_type=None, sampling_rate=1, weight_wedge=False, create_continuous_wedge=False, frequency_cutoff=0.5)[source]#
Bases:
WedgeCreate 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).
The sampling rate, defaults to 1 Ångstrom / voxel.
Axis the plane is tilted over, defaults to 0 (x).
Whether individual wedge components should be weighted.
The type of weighting to apply, defaults to None.
Whether tilts should be used or not.
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
Wedgeinstance by reading tilt angles and weights.