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
Consider a case where a user registered FA to T1w in subject space, and registered all T1w to a group average template. Said user now wishes to bring all FA images to template space, in a single interpolation.
Of course, this can already be achieved with warpinit and mrtransform. But the required concatenation of deformation fields and/or linear transform matrices can be confusing to some. Could we implement a direct command for concatenating linear and non-linear transforms, perhaps as extension of transformcalc?
Consider a case where a user registered FA to T1w in subject space, and registered all T1w to a group average template. Said user now wishes to bring all FA images to template space, in a single interpolation.
Of course, this can already be achieved with
warpinit
andmrtransform
. But the required concatenation of deformation fields and/or linear transform matrices can be confusing to some. Could we implement a direct command for concatenating linear and non-linear transforms, perhaps as extension oftransformcalc
?