Skip to contents

Preferred alias for vst_wrap

Usage

vst_denoise(x, sigma = NULL, denoise_fun, ...)

Arguments

x

3D/4D magnitude array or neuroim2 volume/vec.

sigma

Optional noise sigma. If `NULL` and a 4D input is provided, sigma is estimated with `estimate_sigma_rician`.

denoise_fun

Function that takes an array and returns an array of the same dimensions.

...

Additional arguments forwarded to `denoise_fun`.

See also

vst_wrap