My question is pretty general and not related to a specific bug:
Is it possible to perform a non-linear co-registration of DWI with T1w images using QSIprep?
I thought at first that the --force-syn flag would perform a non-linear registration (using it even if I have a fieldmap), but the output HTML let me think that only a rigid or affine registration was done.
Can anyone help me on that subject ? I would really need non-linear registration for my DWI as they come from subjects with high cortex deformation thus linear registration is not sufficient.
Hi Steven, thank you for clarifying this quickly.
Do you think I could register non-linearly qsiprep outputs with other software ? or do you think it could be detrimental to already pre-processed DWI ?
If yes, do you have any advice to do so properly please?
Best,
Tolema
I am not sure about other software. Doing non linear registration after qsiprep adds additional data interpolation and creates need to adjust the gradient table, both of which are not ideal. Could you instead warp post processed outputs? E.g. your microstructural maps, or even streamlines can be nonlinearly warped.
Hi,
Ok thanks ! So, if I understand well your proposition, I could apply non-linear unwarping inside QSIrecon pipeline ? I am going for a connectome reconstruction, but I guess a non-linear co-registration should be done before this last step of connectivity matrix reconstruction, right ?
Best,
Tolema
Hi @Tolema , maybe you could try to use SyN-b0 DISCO for better distrotion correction of your dwi image and then a linear registration within qsiprep would do the job?
Thanks for your input. I’m already using SyN-b0 DISCO and linear coregistration, but some of my subjects’ DWI scans show significantly distorted ventricles due to cortical atrophy. In these cases, linear coregistration doesn’t seem sufficient.
However, I’ve noticed that nonlinear coregistration for DWI isn’t widely adopted, likely because of the contrast differences between T1w and DWI images. My reference is the MRtrix documentation.
Have you encountered similar issues or explored alternative approaches?