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

WedgeReconstructed.angles

Tilt angles in degrees.

WedgeReconstructed.create_continuous_wedge

Whether to create a continous wedge or a per-component wedge.

WedgeReconstructed.frequency_cutoff

Frequency cutoff of filter

WedgeReconstructed.opening_axis

The projection axis, defaults to 2 (z).

WedgeReconstructed.reconstruction_filter

Filter window applied during reconstruction.

WedgeReconstructed.sampling_rate

The sampling rate, defaults to 1 Ångstrom / voxel.

WedgeReconstructed.tilt_axis

Axis the plane is tilted over, defaults to 0 (x).

WedgeReconstructed.weight_type

The type of weighting to apply, defaults to None.

WedgeReconstructed.weight_wedge

Whether individual wedge components should be weighted.

WedgeReconstructed.weights

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.