tensor2medinria {dti}R Documentation

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.

Details

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

Value

NULL

Author(s)

Karsten Tabelow tabelow@wias-berlin.de, J"org Polzehl polzehl@wias-berlin.de

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

## Not run: demo(dti_art)

[Package dti version 0.5-4 Index]