Hi all,
I would like to perform inter-subject comparisons of connectomes and am trying to compute Fiber Bundle Capacity (FBC) using the output from SIFT2.
For example, if I generate the mu.txt
file and connectome.txt
using the following command:
tcksift2 prob.tck WM_FODs.mif sift_weight.txt -act 5TT.mif -out_mu mu.txt
tck2connectome prob.tck nodes.mif connectome.txt \
-tck_weights_in sift_weight.txt
What is the correct way to use mu.txt
in the calculation of FBC?
Is it sufficient to simply multiply the edge values in connectome.txt
by the corresponding mu
value?
Apologies if this is an overly basic question.
Any guidance would be greatly appreciated.
Thanks in advance,
Kikuko