Open eldorz opened 4 years ago
Code is sensitive to original FLAIR image filename.
line 32 of WMHextraction_kNNdiscovery_step1.sh expects ..._FLAIR_seg_ but those output files are named ..._FLAIR_axial_seg when original files are called 001_FLAIR_axial.nii.
..._FLAIR_seg_
..._FLAIR_axial_seg
001_FLAIR_axial.nii
Quickstart guide suggests that the filename after _ is not critical. An example 1111_flairABC.nii.gz is given.
1111_flairABC.nii.gz
Renaming the original images to FLAIR.nii and T1.nii fixes the problem.
FLAIR.nii
T1.nii
Code is sensitive to original FLAIR image filename.
line 32 of WMHextraction_kNNdiscovery_step1.sh expects
..._FLAIR_seg_
but those output files are named..._FLAIR_axial_seg
when original files are called001_FLAIR_axial.nii
.Quickstart guide suggests that the filename after_ is not critical. An example
1111_flairABC.nii.gz
is given.Renaming the original images to
FLAIR.nii
andT1.nii
fixes the problem.