fsl_smooth_images: Smoothing sMRI data with FSL

Description Usage Arguments Value

View source: R/fsl_smooth_images.R

Description

Smoothing sMRI data with FSL

Usage

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

Arguments

x

List of images

sigma

vector of sigmas for smoothers in FSL

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 fsl_smooth

Value

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


neuroconductor-devel/smri.process documentation built on Sept. 5, 2019, 8:01 p.m.