t1_preprocess {rpyANTs} | R Documentation |
Process 'T1' image
Description
Process 'MRI' and align with template brains
Usage
t1_preprocess(
t1_path,
templates = "mni_icbm152_nlin_asym_09a",
work_path = ".",
verbose = TRUE
)
Arguments
t1_path |
path to a 'T1' image |
templates |
template to use; default is |
work_path |
working path, must be a directory |
verbose |
whether to verbose the progress |
Value
Nothing will be returned. Please check work_path
for results.
[Package rpyANTs version 0.0.3 Index]