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
The highpass cutoff, defaults to None.
The lowpass cutoff, defaults to None.
The projection axis, defaults to 2 (z).
Whether to return a mask for rfft
The sampling rate, defaults to 1 Ångstrom / voxel.
The shape of the to-be created mask.
Axis the plane is tilted over, defaults to 0 (x).
Whether to use Gaussian bandpass filter, defaults to True.
Methods
BandPassReconstructed.__call__
(**kwargs)