BandPassReconstructed#

class BandPassReconstructed(lowpass=None, highpass=None, shape=None, tilt_axis=0, opening_axis=2, sampling_rate=1, use_gaussian=True, return_real_fourier=False)[source]#

Bases: ComposableFilter

Generate reconstructed bandpass filters in Fourier space.

Attributes

BandPassReconstructed.highpass

The highpass cutoff, defaults to None.

BandPassReconstructed.lowpass

The lowpass cutoff, defaults to None.

BandPassReconstructed.opening_axis

The projection axis, defaults to 2 (z).

BandPassReconstructed.return_real_fourier

Whether to return a mask for rfft

BandPassReconstructed.sampling_rate

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

BandPassReconstructed.shape

The shape of the to-be created mask.

BandPassReconstructed.tilt_axis

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

BandPassReconstructed.use_gaussian

Whether to use Gaussian bandpass filter, defaults to True.

Methods