yeatmanlab / AFQ

Automated Fiber Quantification
74 stars 52 forks source link

Different thresholds for left and right in AFQ_FindVOF.m #18

Open roeysc opened 6 years ago

roeysc commented 6 years ago

Hi everyone,

There's a minor difference between the analysis done in the right and left hemispheres in AFQ_FindVOF.m. Left (line 113): arcFdImg = single(arcFdImg>1); Right: (line 145): arcFdImg = single(arcFdImg>2);

The two thresholds should probably be the same, to avoid introducing larality effects in the resulting tracts.

Cheers, Roey