image2voxel
functioncamino_image2voxel.Rd
Performs the Camino image2voxel
function
camino_image2voxel(infile, outfile = NULL, outputdatatype = c("float",
"char", "short", "int", "long", "double"), verbose = TRUE)
camino_imagelist2voxel(imagelist, imageprefix = NULL, outfile = NULL,
outputdatatype = c("float", "char", "short", "int", "long", "double"),
verbose = TRUE)
infile | Input 4D image |
---|---|
outfile | Output filename for camino format |
outputdatatype | Output data type |
verbose | Print diagnostic messages |
imagelist | Text file of list of image names or character vector of image names |
imageprefix | Directory of the images. Will use the dirname if not specified (recommended) |