Calls dtifit
from FSL
dtifit(
infile,
bvecs,
bvals,
mask = NULL,
outprefix = NULL,
opts = "",
bet.opts = "",
verbose = TRUE,
sse = FALSE,
save_tensor = FALSE,
grad_image = NULL
)
Input filename
b-vectors: matrix of 3 columns or filename of ASCII text file
b-values: vector of same length as number of rows of b-vectors or filename of ASCII text file
Mask filename
Output prefix
Additional options for dtifit
Options for fslbet
if mask is not supplied
print diagnostic messages
Save sum of squared errors
Save tensor file out
Gradient Nonlinearity Tensor file
Vector of character filenames of output. See Note
On successful completion of the command, the following files
will be output, which are:
mask
- the mask used in the analysis
outprefix
_V1 - 1st eigenvector
outprefix
_V2 - 2nd eigenvector
outprefix
_V3 - 3rd eigenvector
outprefix
_L1 - 1st eigenvalue
outprefix
_L2 - 2nd eigenvalue
outprefix
_L3 - 3rd eigenvalue
outprefix
_MD - mean diffusivity
outprefix
_FA - fractional anisotropy
outprefix
_MO - mode of the anisotropy (oblate ~ -1; isotropic ~ 0; prolate ~ 1)
outprefix
_S0 - raw T2 signal with no diffusion weighting
optional output
If sse = TRUE
, then the additional file will be present:
outprefix
_sse - Sum of squared error
If save_tensor = TRUE
, then the additional file will be present:
outprefix
_tensor - tensor as a 4D file in this order: Dxx,Dxy,Dxz,Dyy,Dyz,Dzz