dramms_ravens: Run DRAMMS RAVENS Map

Description Usage Arguments Value

View source: R/dramms_ravens.R

Description

Runs DRAMMS Warping on source and target

Usage

1
2
3
4
5
6
7
8
9
dramms_ravens(
  label,
  labs = NULL,
  template,
  def,
  prefix,
  scale_factor = NULL,
  verbose = TRUE
)

Arguments

label

label image in subject space. Note that the label image must be in uint8 (aka byte, or uchar) datatype.

labs

vector of values of the labels in an image. If not specified, will use all labels from label image that are positive and non-zero. Will fail if more than 5.

template

template image, where RAVENS map will reside.

def

input deformation field

prefix

prefix for all RAVENS maps.

scale_factor

scale factor (default: 1000)

verbose

(logical) print out command before running

Value

Result of system command


muschellij2/drammsr documentation built on Jan. 18, 2021, 11:24 a.m.