"The dMRI tractography trajectories in mice do not align with the projective pathways visualized by high-titer viral tracing. I have attempted various parameter combinations, but the discrepancies remain significant. The current dMRI data for the mouse has an isotropic voxel resolution of 200 μm.For dMRI tractography, the seed region was defined by dilating the viral injection mask in the mouse primary motor cortex until it reached the adjacent white matter. Now, I have two questions:
① How should the dMRI tractography parameters be adjusted appropriately? What specific suggestions do you have?
② Is it necessary to incorporate 5TT (five-tissue type) constraints for tracking?"
The script is as follows:
tckgen msmt.nii.gz 1.tck
-algorithm iFOD2
-cutoff 0.1
-minlength 3
-maxlength 20
-angle 30
-step 0.05
-select 50k
-seed_image “$injection_mask”
-mask “$brain_mask”
-force
I look forward to your reply.