50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

rpyANTs (version 0.0.4)

t1_preprocess: 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
)

Value

Nothing will be returned. Please check work_path for results.

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