ants_smooth_images.Rd
Smoothing sMRI data with ANTs
ants_smooth_images(x, sigma = c(3, 5, 10, 20), mask = NULL, outdir = tempdir(), suffix = "_smooth", verbose = TRUE, ...)
x | List of images/antsImage objects |
---|---|
sigma | vector of sigmas for smoothers in ANTsR |
mask | brain mask for smoother |
outdir | output directory |
suffix | Name to append to the image filename. The sigma will be appended to this suffix. |
verbose | print diagnostic messages |
... | Additional arguments to |
List of the images, brain mask, suffix, and output directory