ants_smooth_images: Smoothing sMRI data with ANTs

Description Usage Arguments Value

View source: R/ants_smooth_images.R

Description

Smoothing sMRI data with ANTs

Usage

1
2
ants_smooth_images(x, sigma = c(3, 5, 10, 20), mask = NULL,
  outdir = tempdir(), suffix = "_smooth", verbose = TRUE, ...)

Arguments

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 smooth_image

Value

List of the images, brain mask, suffix, and output directory


muschellij2/smri.process documentation built on Nov. 22, 2019, 11:12 a.m.