smri_preproc: Standard MRI Preprocessing

Description Usage Arguments Value

View source: R/smri_preproc.R

Description

This function performs robust skull stripping on the T1, then preprocessing within visit

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
smri_preproc(
  files,
  window = FALSE,
  outfiles = NULL,
  maskfile = NULL,
  correct = TRUE,
  correction = "N4",
  correct_after_mask = TRUE,
  verbose = TRUE,
  ...
)

Arguments

files

filenames (or nifti objects) of images to be processed. Will register to the first scan

window

Should robust_window before running?

outfiles

(character) name of output files, with extension

maskfile

Filename (or nifti object) of mask for image to be registered to

correct

do Bias field correction

correction

(character) N3 or N4 correction?

correct_after_mask

Should the inhomogeneity correction be run after masking.

verbose

Diagnostic messages

...

arguments to preprocess_mri_within

Value

List from preprocess_mri_within


muschellij2/extrantsr documentation built on July 27, 2021, 7:41 a.m.