bids-apps / MRtrix3_connectome

Generate subject connectomes from raw BIDS data & perform inter-subject connection density normalisation, using the MRtrix3 software package.
http://www.mrtrix.org/
Apache License 2.0
48 stars 26 forks source link

preproc: Use mtnormalise output for masking #85

Closed Lestropie closed 3 years ago

Lestropie commented 3 years ago

Within the iterative loop of the pre-processing analysis, instead of running the legacy dwi2mask algorithm on bias-field-corrected DWI data, instead take the FOD data that has been corrected for both bias field and unbalanced response functions, apply a threshold equivalent to a 0.5 partial volume fraction, and use that as the brain mask.

The process only repeats twice, as for test data with a strong bias field, further iterations tends to expand the mask anterior & inferior beyond the brain to continually envelop more non-brain voxels amplified by the bias field (and inclusion of those voxels in subsequent iterations exaggerate the bias field estimate even further).