Dear Developer of DSI Studio,
Thank you for developing such a powerful and user-friendly tool for diffusion MRI analysis. I have a question regarding fiber tracking and analysis between multiple regions of interest (ROIs).
I have two seed regions and two ROIs. If I want to calculate the number of streamlines or the average FA value for fibers passing between each pair of these four regions (i.e., all pairwise combinations), should I:
Combine these four regions into a single atlas and run the tracking, or
Use the following code for each pair of regions separately?
dsi_studio --action=trk \
--source=subject.fib.gz \
--seed=wholeBrain.nii.gz \
--roi=regionA.nii.gz \
--roi2=regionB.nii.gz \
--output=streamlines_AB.tt.gz
After generating the streamlines.tt.gz file for a specific pair, how can I output the number of streamlines or the FA value for that bundle? Would the following command work?
dsi_studio --action=ana --source=streamlines.tt.gz --export=count
If not, could you please advise on the correct approach?
Thank you for your time and support!
Sincerely,
Abby
--
You received this message because you are subscribed to the Google Groups "DSI Studio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dsi-studio+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dsi-studio/b37e4934-9261-4dde-b496-a84870719101n%40googlegroups.com.