We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: