tensor2medinria {dti} | R Documentation |
Write Tensor-Data as NIFTI File. Interface function to MedINRIA
tensor2medinria(obj, filename, xind = NULL, yind = NULL, zind = NULL)
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. |
The function allows to write tensor data as NIFTY-Files readable by MedINRIA.
NULL
Karsten Tabelow tabelow@wias-berlin.de, J"org Polzehl polzehl@wias-berlin.de
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
## Not run: demo(dti_art)