Closed shen4brains closed 3 years ago
create script that does the following:
SC_abs=np.loadtxt(subj + '/dMRI/probtrackx/fdt_network_matrix') waytotal=np.loadtxt(subj + '/dMRI/probtrackx/waytotal') SC=np.divide(SC_abs,waytotal) np.savetxt("sc.txt", SC)
integrate into bb_probtrackx2 after probtrackx2 command is run
commit to master and merge into other branches
normalize
/dMRI/probtrackx/fdt_network_matrix
by/dMRI/probtrackx/waytotal