Learn R Programming

dti (version 0.5-4)

tensor2medinria: Write Tensor-Data as NIFTI File

Description

Write Tensor-Data as NIFTI File. Interface function to MedINRIA

Usage

tensor2medinria(obj, filename, xind = NULL, yind = NULL, zind = NULL)

Arguments

obj
object of class dtiTensor
filename
Filename, without extension 'nii'
xind
index to define a subcube in x-direction. If is.null(xind all voxel indices are used.
yind
index to define a subcube in y-direction. If is.null(yind all voxel indices are used.
zind
index to define a subcube in z-direction. If is.null(zind all voxel indices are used.

Value

  • NULL

Details

The function allows to write tensor data as NIFTY-Files readable by MedINRIA.

References

K. Tabelow, J. Polzehl, H.U. Voss, and V. Spokoiny. Diffusion Tensor Imaging: Structural adaptive smoothing, NeuroImage 39(4), 1763-1773 (2008).

http://www.wias-berlin.de/projects/matheon_a3/

P. Fillard, J. Souplet and N. Toussaint Medical Image Navigation and Research Tool by INRIA (MedINRIA), INRIA Sophia Antipolis - Research Project ASCLEPIOS 2007

See Also

dtiTensor

Examples

Run this code
demo(dti_art)

Run the code above in your browser using DataLab