MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

population_template: Handle contrast with zero weight #3016

Open Lestropie opened 1 month ago

Lestropie commented 1 month ago

I believe it had been suggested at some point by @maxpietsch that use of the CSF ODFs for registration / template construction could be detrimental. However there are circumstances in which having a three-tissue-decomposition template could be beneficial. One approach is to simply use the WM and GM ODFs for registration / template construction, save the non-linear warps, and then apply those non-linear warps to the CSF ODFS and average in template space.

An alternative approach would be to include the CSF ODFs as input to population-template, but give that contrast a weight close to zero. However this means that these data will nevertheless be included in computations by mrregister.

Ideally, population_template would catch the special case where a particular contrast is given a weight of zero. it would then: