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.
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 and T1.nii fixes the problem.
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_segwhen original files are called001_FLAIR_axial.nii.Quickstart guide suggests that the filename after _ is not critical. An example
1111_flairABC.nii.gzis given.Renaming the original images to
FLAIR.niiandT1.niifixes the problem.