Displaying Fibertracts(from MRtrix3) and Surfaces(from FreeSurfer) together

Hi Reshma,

I have zero familiarity with the FreeSurfer longitudinal pipeline, so I can’t provide any feedback specific to such. But I’ll try to speak to the concept a little.

I’m assuming based on your description that the streamlines you’re generating have no dependency whatsoever on FreeSurfer. So what you have is, for each time point independently, the requirement for some transformation to bring the DWI data (and anything derived from such) into alignment with the T1w data.

The first question is the need for registration. Were the T1w and DWI data accurately co-aligned before FreeSurfer was executed? If so, then finding the transformation that FreeSurfer calculated for the T1w image at that time point and applying that should bring the DWI data (and anything derived from such) into alignment with the central longitudinal analysis space. If not, then the existence of a longitudinal analysis is a red herring, and what you have is a generic inter-modal alignment problem.

The second question is, once you know the transformation that needs to be applied to your data to bring it into alignment, what data do you apply it to. The generally preferred approach is to bring DWI and T1w into alignment early on in the pipeline, so that anything that you derive from either modality is intrinsically in alignment. E.g. If you’d transformed the DWI data prior to generating streamlines, the streamlines wouldn’t need to be transformed to have alignment with the T1w. If not, it is possible to spatially transform the streamlines data themselves rather than transforming the image data and re-generating streamlines; though it’s a bit clunky at the moment as tcktransform currently only accepts non-linear warps, not linear affine transformations; see instructions here.

Cheers
Rob