camino_dteig: Wrapper for Camino 'dteig' function

Description Usage Arguments

View source: R/camino_dteig.R

Description

Performs the Camino dteig function

Usage

1
2
3
4
camino_dteig(infile, outfile = NULL, inputmodel = c("dt", "twotensor",
  "threetensor", "multitensor"), outputdatatype = c("float", "byte",
  "short", "int", "long", "double"), maxcomponents = NULL,
  verbose = TRUE, header = NULL)

Arguments

infile

Output from camino_modelfit

outfile

Output filename. If NULL, a temporary filename will be make

inputmodel

model used for tensors

outputdatatype

Specifies the data type of the output image. The data type can be any of the following strings: "byte", "short", "int", "long", "float" or "double".

maxcomponents

Maximum tensor components, for use with input model "multitensor".

verbose

print diagnostic messages

header

NIfTI image with header information


neuroconductor-devel-releases/rcamino documentation built on May 6, 2020, 4:28 p.m.