External Email - Use Caution
Hi freesurfer experts,
I'm trying to extract mean FA values (dti_FA.nii.gz) using a segmentation volume (parc2502dwi.nii.gz) and the corresponding color table with:
for subj in SPN01*; do if [ -d "${subj}" ]; then cd $subj/ # extract FA mri_segstats \ --seg mri/parc2502dwi.nii.gz \ --ctab colortable.txt \ --i $dtipath/$subj/dti_FA.nii.gz \ --excludeid 0 \ --sum ../FA/${subj}_fa.stats cd ../ fi done
The color table has 297 parcels specified but the summary statistics file only includes 38 regions. This is due to zero values in the other regions, I assume. Both (dti_FA and parc2502dwi) are perfectly co-registered.
Not providing a color table results in 1234 regions being read out.
Am I missing an argument in my command? Or is there anything else that is obviously wrong?
I would be very glad for some hints!
Thanks, Steph
The information contained in this electronic e-mail transmission and any attachments are intended only for the use of the individual or entity to whom or to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this communication is not the intended recipient, or the employee or agent responsible for delivering this communication to the intended recipient, you are hereby notified that any dissemination, distribution, copying or disclosure of this communication and any attachment is strictly prohibited. If you have received this transmission in error, please notify the sender immediately by telephone and electronic mail, and delete the original communication and any attachment from any computer, server or other electronic recording or storage device or medium. Receipt by anyone other than the intended recipient is not a waiver of any attorney-client, physician-patient or other privilege.
freesurfer@nmr.mgh.harvard.edu