camino_image2voxel: Wrapper for Camino 'image2voxel' function

Description Usage Arguments

View source: R/camino_image2voxel.R

Description

Performs the Camino image2voxel function

Usage

1
2
3
4
5
6
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)

Arguments

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)


neuroconductor-devel/rcamino documentation built on May 6, 2021, 1:52 p.m.