View source: R/camino_voxel2image.R
Performs the Camino voxel2image
function
1 2 3 |
infile |
Input file (double, float, etc.) |
header |
NIfTI image with header information |
outputroot |
Output file root. If there is one component, or output is to a vector, the output image is called root.ext, otherwise output is numbered by component. |
inputdatatype |
specify input data type, options are "byte", "short", "int", "long", "float" or "double" |
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". |
components |
The number of components in the input data. The default is 1. |
gzip |
Set gzip compression for the output image, if supported by the image format. |
outputvector |
Output multi-component voxels to a single image. |
verbose |
print diagnostic messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.