multi_reg: Multi-Registration

Description Usage Arguments Value

View source: R/multi_reg.R

Description

Takes a list of images and registers them to a template, keeping the registration information in a list.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
multi_reg(
  infiles,
  template.file,
  outfiles = NULL,
  typeofTransform = "SyN",
  interpolator = "Linear",
  outprefix = NULL,
  retimg = TRUE,
  verbose = TRUE,
  ...
)

Arguments

infiles

Input image files

template.file

Template image to register to

outfiles

Output filenames for template.structs in infile space

typeofTransform

type of transformed used, passed to antsRegistration

interpolator

interpolation done for antsApplyTransforms

outprefix

Character path of where the warp files and transformations should be stored.

retimg

Return image to user using readnii

verbose

Print diagnostic output

...

Arguments to be passed to ants_regwrite

Value

Output list of registered images and transformations


muschellij2/extrantsr documentation built on July 27, 2021, 7:41 a.m.