dtmm.denoise¶
Field denoising functions.
Module Contents¶
-
dtmm.denoise.denoise_field(field, wavenumbers, beta, smooth=1, filter_func=exp_notch_filter, out=None)¶ Denoises field by attenuating modes around the selected beta parameter.
-
dtmm.denoise.denoise_fftfield(ffield, wavenumbers, beta, smooth=1, filter_func=exp_notch_filter, out=None)¶ Denoises fourier transformed field by attenuating modes around the selected beta parameter.