Dear MRtrix experts,
I am relatively new to MRtrix and currently performing a Fixel-Based Analysis on a dataset of glioma patients. Everything has been working well so far, but I’m now encountering an issue when using fixelcfestats
.
I am trying to exclude the contribution of the tumor area using brain masks (previously extracted) that are specific to each subject. I removed the tumor regions from the FD, FC, and FDC maps for each subject resulting in a different number of fixels across subjects and, as expected, I receive the following error when running fixelcfestats
:
fixelcfestats: [ERROR] Fixel data file "fd_smooth_masked/sub1.mif" does not match template fixel image
(/fd_smooth_masked is the folder with the FD mif files of all subjects with the tumour excluded)
I understand statistics must be performed using same number of fixels across subjects and that fixelcfestats
allows one fixel mask to be applied using the -mask
option, but I was wondering if there is any way to use a different mask for each subject.
Any help would be greatly appreciated.
Thank you very much!