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
)
infile | Input filename |
---|---|
bvecs | b-vectors: matrix of 3 columns or filename of ASCII text file |
bvals | b-values: vector of same length as number of rows of b-vectors or filename of ASCII text file |
mask | Mask filename |
outprefix | Output prefix |
opts | Additional options for |
bet.opts | Options for |
verbose | print diagnostic messages |
sse | Save sum of squared errors |
save_tensor | Save tensor file out |
grad_image | 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