Thank you very much.
In fact, I want to insert the bet module before calculating the tensor, eigvals, eigvecs, fa, ra etc in dt_recon. I also know mri_glmfit can create glm-related images.
But I can't find the tensor calculation in (mri_glmfit --y $fec --glmdir $OutDir --dti $bvals $bvecs).
It just takes the log of the input and constructs a design matrix from your bvals and bvecs, then fits a glm.
doug
?? wrote:
------------------------------------------------------------------------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
_______________________________________________
Freesurfer mailing list
Freesurfer@nmr.mgh.harvard.edu
https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
--
Douglas N. Greve, Ph.D.
MGH-NMR Center
greve@nmr.mgh.harvard.edu
Phone Number: 617-724-2358 Fax: 617-726-7422
In order to help us help you, please follow the steps in:
surfer.nmr.mgh.harvard.edu/fswiki/BugReporting