ants_preprocessing: Process 'T1' weighted 'MRI' using "ANTs"

View source: R/cmd-ants-preprocess.R

ants_preprocessingR Documentation

Process 'T1' weighted 'MRI' using 'ANTs'

Description

This function is soft-deprecated. Use yael_preprocess instead.

Usage

ants_preprocessing(
  work_path,
  image_path,
  resample = FALSE,
  verbose = TRUE,
  template_subject = raveio_getopt("threeBrain_template_subject")
)

Arguments

work_path

working directory, all intermediate images will be stored here

image_path

input image path

resample

whether to resample the input image before processing

verbose

whether to verbose the processing details

template_subject

template mapping, default is derived from raveio_getopt

Value

Nothing. All images are saved to work_path


beauchamplab/raveio documentation built on March 5, 2025, 11:06 p.m.