Hi, All.
The related item of "Fitting Tensors" is listed from the dt_recon.
# Fit tensors
echo "#@#-------------------------------" | tee -a $LF
echo "Fitting Tensors" | tee -a $LF
date | tee -a $LF
set cmd = (mri_glmfit --y $fec --glmdir $OutDir);
if($#bvals == 0) then
set cmd = ($cmd --dti $infodump)
else
set cmd = ($cmd --dti $bvals $bvecs)
endif
However, I can't find any description about this argument(--dti) in
mri_glmfit. Did the mri_glmfit call the dtifit to fit the tensor from
fsl?If not, what is it?
--
Albert
Lab of Complex System and Artificial Intelligence,
Institute of Automation,Chinese Academy of Sciences(CASIA)
Beijing, 100190,P.R.CHINA