Open arkiev opened 7 months ago
mrregister
invocation, which will consider image data from both contrasts (T1w-to-pseudo-T1w and pseudo-b=0-to-b=0) in its calculations. Would however need to verify whether gross differences in image intensities between the two contrasts may bias the results to be driven primarily by one contrast rather than both.mrtransform -linear
-> convert back to NIfTI with bvecs / bvals, you should see that there is zero net effect on the contents of the bvecs file.
This story stems from this post https://github.com/MRtrix3/mrtrix3/issues/2474
DWI registration (and subsequent transformation) to T1 space is an important step in connectomics. There are a number of different tools available to complete this step. We want to provide the user with an array of tools that can be used to do the registration (and transformation), and thereby allow the user to select the registration tool.
Here are some possible algorithms:
Ideally, since we are moving DWI to T1 space, we will need to also rotate the bvec along with the DWI. This can be done using
mrtransform
. So, it makes sense to convert the transformation matrix to mrtrix3 format (usingtransformconvert
and apply the transform using mrtrix3 tools (where possible).