apply_spatial_normalize: Apply Spatial Normalization

Description Usage Arguments Value

View source: R/apply_spatial_normalize.R

Description

Apply Spatial Normalization

Usage

1
2
3
4
apply_spatial_normalize(x, template = c("none", "Eve", "MNI"),
  template_fname, fwdtransforms = NULL, suffix = "",
  interpolator = "lanczosWindowedSinc", outdir = tempdir(),
  verbose = TRUE, copy_origin = TRUE, origin = NULL)

Arguments

x

List of filenames

template

Resampling to 1x1x1 (template = none) or Template to register to - either MNI or Eve template

template_fname

Filename of Template

fwdtransforms

Transforms to template if not resampling

suffix

Name to append to the image filename

interpolator

interpolation passed to ants_apply_transforms

outdir

Output directory

verbose

Print diagnostic messages

copy_origin

Copy image origin from target, using antsCopyOrigin

origin

the origin to set for the image if copy_origin = TRUE

Value

List of filenames of normalized data


neuroconductor/smri.process documentation built on Sept. 29, 2020, 2:32 p.m.