medinria {dti} | R Documentation |
Read/Write Diffusion Tensor Data from/to NIFTI File
Description
Read/Write diffusion tensor data from/to NIfTI file. Interface functions to MedINRIA.
Usage
medinria2tensor(filename)
tensor2medinria(obj, filename, xind = NULL, yind = NULL, zind = NULL)
Arguments
filename |
file name for the tensor data. |
obj |
object of class |
xind |
index to define a subcube in x-direction. If |
yind |
index to define a subcube in y-direction. If |
zind |
index to define a subcube in z-direction. If |
Value
For function medinria2tensor
: object of class "dtiTensor"
.
Author(s)
Karsten Tabelow tabelow@wias-berlin.de
J\"org Polzehl polzehl@wias-berlin.de
References
P. Fillard, J. Souplet and N. Toussaint Medical Image Navigation and Research Tool by INRIA (MedINRIA), INRIA Sophia Antipolis - Research Project ASCLEPIOS 2007
https://www-sop.inria.fr/asclepios/software/MedINRIA/
See Also
dtiTensor
,
dtiTensor-methods
dtiIndices-methods
Examples
## Not run: demo(dti_art)