t1_preprocess: Process 'T1' image

View source: R/templates.R

t1_preprocessR 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 'mni_icbm152_nlin_asym_09a',

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.


rpyANTs documentation built on May 29, 2024, 10:40 a.m.