Skip to content

r20230110

Latest
Compare
Choose a tag to compare
@mathieuboudreau mathieuboudreau released this 11 Jan 03:07
36281fe

Implementation of body/genu/splenium labeled diffusion metrics.

Diffusion metrics (FA/MD/RD) processed using the TractoFlow nextflow pipeline (Arnaud Boré), as well as the T1-> diffusion space registration files. The MNI->T1 space registration files were taken from https://github.com/courtois-neuromod/anat.smriprep (Basile Pinsard).

Transformation of the JHU ICBM-DTI-81 White-Matter Labels (FSL/FSLeyes) from MNI to diffusion space:

antsApplyTransforms --input $LABEL --reference-image $REF_T1 --transform $T1_REG --output $LABEL_T1space --interpolation genericLabel --verbose 1
antsApplyTransforms --input $LABEL_T1space --reference-image $REF_METRIC  --transform "[$DIFF_REG,0]" --output $LABEL_Diffspace --interpolation genericLabel --verbose 1

Screenshot 2023-01-10 at 11 06 01 PM

Screenshot 2023-01-10 at 11 06 04 PM

Screenshot 2023-01-10 at 11 06 08 PM

Screenshot 2023-01-10 at 11 06 25 PM

Screenshot 2023-01-10 at 11 06 28 PM

Screenshot 2023-01-10 at 11 06 36 PM