Scalar3D.filter_gauss
Last updated
Last updated
Filters the scalar field with a Gaussian function.
The variance sigma is considered equal to:
where delta is the amplitude of the Gaussian filter.
delta
(float): The amplitude of the Gaussian filter.
n_cut
(int, optional): The number of samples to cut at the extrema. Default is 0.
mute
(bool, optional): A flag indicating whether to mute the output. Default is False.
array-like: The filtered scalar field.