CSD on optic nerve

Dear Matrix experts,

I am a newbie to tractography analysis, trying to perform CSD and probabilistic tractography for the optic nerve (ON), with images of a single-shell DWI (b0, b1000, ~32 directions), and an additional inversed phase encoding direction T2 image and a T1.

I have preprocessed DWI images with dwidenoise, mrdegibbs, dwifslpreproc and registerred dwi to T1. Before tractography, I made the eyeball and optic chiasm ROI images based on T1, and a mask including the orbital cavity. However, after trying different algorithms in dwi2response (including dhollander, manual, msmt_5tt, tax, tournier) and estimating FODs using the txt file, the command tckgen iFOD2 could not generate ONs track between the ROIs with the generated FOD files, but tckgen Tensor_Prob with DWI worked and did a barely satisfactory job. It seems that the above dwi2response algorithms separate wm, gm and csf, but exclude ONs.

My question is here: is there any command in Mrtrix3 could perform CSD and probabilistic tractography on the ONs?

I really would appreciate any help.

Regards,
ZT

Hi @lautin,

It shouldn’t be a problem, especially if you can obtain streamlines using the tensor approach. Could you provide more detail on the exact set of commands that you used? I think it might also be useful to show some screenshots of the ROI images that you used, and also the contents of the response files generated by the various commands you tried (it’s probably enough just to show those generated using the dhollander and tournier approaches).

All the best,
Donald

Hi Dr. Tournier,

Thank you very much for replying and offering to help.
‘align.mif’ is the preprocessed file after registration. Below are some screenshots of the ‘R_eye.nii’, ‘L_eye.nii’ and ‘OC.nii’ ROI images of optic nerve heads and optic chiasm, respectively, and also the ‘align.mif’ overlay.

image
image

Below is the set of commands I used for CSD and FOD:

1. dwi2response dhollander align.mif wm_response.txt gm_response.txt csf_response.txt -mask new_mask.mif -force
2. dwi2fod msmt_csd align.mif wm_response.txt wmfod.mif gm_response.txt gm.mif csf_response.txt csf.mif -force
3. tckgen -algo iFOD2 -cutoff 0.05 -angle 45 -minlength 15 -maxlength 120 -seed_image L_eye.nii -include OC.nii -seed_unidirectional -stop wmfod.mif L_ON.tck -force

Here are the contents of the wm_response.txt generated by dhollander:

**# b-values: 0,1000**
**# command_history: /mnt/hgfs/share/DTI_nii/MRtrix3Tissue/bin/dwi2response dhollander align.mif wm_response.txt gm_response.txt csf_response.txt -mask test.mif -force  (version=3Tissue_v5.2.9)"**
**1241.04968625713 0 0 0 0 0**
**629.299258146036 -224.185732436004 42.0719156801889 -5.33526769692844 -0.713202582260137 1.0838542921235**

and the screenshot of wmfod.mif overlaying:
image

Here are the contents of the wm_tournier.txt generated by tournier

command: dwi2response tournier align.mif wm_tournier.txt -mask new_mask.mif -force:

# Shells: 1000
# command_history: /mnt/hgfs/share/DTI_nii/MRtrix3Tissue/bin/amp2response dwi.mif iter9_SF.mif iter9_first_dir.mif iter9_RF.txt  (version=3Tissue_v5.2.9)
852.005683668601 -273.404969549652 44.4224294272504 -4.41843313822422 1.15462590385436 -1.23770131379856

Thanks again for paying attention. Sorry for not being so clear in my question and reply, please do not hesitate to contact me for more information.

Regards,
ZT

OK, given your WM FOD overlay image in that last screenshot, it looks like there isn’t much (if any) FOD intensity in the optic nerve – at least as far as I can tell? Can you display just the WM FOD image (specifically, its first volume) at the level of the optic radiations? And maybe also double-check that your new_mask.nii does contain the relevant structures?

Cheers,
Donald

Hi Dr. Tournier,

Thank you very much for your help!
The new_mask.nii was checked to include optic nerves.
Here is the screenshot of the wmfod.mif at the level of the optic nerves:
image

and the level of optic chiasm:
image

Moreover, I found that there is a small gap with relatively low FOD intensity at the level between optic nerve and optic chiasm like below, maybe it is where the nerves passing through the optic canal?:
image

so I further tracked fibers with the ‘OC.nii’ ROI image with the command:
tckgen -algo iFOD2 -cutoff 0.05 -angle 90 -maxlength 120 -seed_image OC.nii -seed_unidirectional -stop wmfod.mif fibs_OT.tck -force

it seems that the optic nerves were cut at that level before approaching the optic chiasm:
image

However, a few participants’ images (acquired with the sequence and analyzed with the pipeline) did not have this problem:
image

So maybe, is there anything I could do with the options or parameters of the dwi2response , dwi2fod and tckgen commands to enhance the FOD intensity at the optic nerve, or this is just the imaging problem.
Thank you for your help, again!

Best Regards,
ZT