smri_preproc | R Documentation |
This function performs robust skull stripping on the T1, then preprocessing within visit
smri_preproc(
files,
window = FALSE,
outfiles = NULL,
maskfile = NULL,
correct = TRUE,
correction = "N4",
correct_after_mask = TRUE,
verbose = TRUE,
...
)
files |
filenames (or nifti objects) of images to be processed. Will register to the first scan |
window |
Should |
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 |
List from preprocess_mri_within
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.