dteig
functioncamino_dteig.Rd
Performs the Camino dteig
function
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)
infile | Output from |
---|---|
outfile | Output filename. If |
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 |