BandPass#
- class BandPass(angles, 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 per-slice Fourier Bandpass filter
Attributes
The highpass cutoffs.
The lowpass cutoffs.
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.
The tilt angles.
Methods
BandPass.__call__
(**kwargs)Returns a Bandpass stack of chosen parameters with DC component in the center.