within_visit_registration: Within Visit Registration

View source: R/within_visit_registration.R

within_visit_registrationR Documentation

Within Visit Registration

Description

This function performs registration to a T1 template using ANTsR and SyN transformation

Usage

within_visit_registration(
  fixed,
  moving,
  outfiles = NULL,
  typeofTransform = "Rigid",
  interpolator = "Linear",
  ...
)

Arguments

fixed

filename of fixed image to be registered to.

moving

filenames (or nifti) of images to register to fixed image

outfiles

Output filenames, same length as moving

typeofTransform

Transformation of moving to fixed image

interpolator

Interpolation to be done

...

additional arguments to registration

Value

List of results from registration


muschellij2/extrantsr documentation built on June 3, 2024, 7:04 p.m.