sina-mansour / UKB-connectomics

This repository will host scripts used to map structural and functional brain connectivity matrices for the UK biobank dataset.
https://www.biorxiv.org/content/10.1101/2023.03.10.532036v1
62 stars 7 forks source link

SIFT2 processing "mask" #26

Closed Lestropie closed 2 years ago

Lestropie commented 2 years ago

In tcksift2, different fixels can contribute more of less to the derivation of the cost function, depending on the "confidence" with which the comparison between streamlines density and fibre density can be made. At the time, I came up with a heuristic based on the 5TT tissue segmentation. If you provide that image to tcksift2 using the -act option, it will do the requisite calculations.

The main thing this does is that in voxels with partial volume between WM and GM (as determined by the 5TT image), streamlines may terminate within the voxel and therefore the streamlines density is not entirely trustworthy, and the WM-like fibre density may be decreased with corresponding non-zero GM-like density but depending on the registration to the anatomical image that ratio is not guaranteed to be precisely equivalent to the fraction of the voxel classified as WM by the anatomical image segmentation. This approach kind of "dulls" the influence of these voxels on the optimisation.

Lestropie commented 2 years ago

Note: Likely unrelated to the problems being experienced in #24.