-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Failed: Deformations #18
Comments
Hi @Defuse3 What function are you calling in order to see this error message, is it |
Thanks to the author's reply, I have solved this problem, and I would also like to ask you a question here, how to quickly get the volume of the segmented CSF, brain white matter. |
Glad to hear you solved it! CTseg returns total brain (GM + WM) and total intracranial (GM + WM + CSF) volume. If you want the individual volumes, perhaps look at the code around this line (and modify it as necessary): Line 246 in 08161dc
|
23-Jul-2022 22:25:03 - Running job #4
23-Jul-2022 22:25:03 - Running 'Deformations'
23-Jul-2022 22:25:03 - Failed 'Deformations'
错误使用 read_hdr (第 39 行)
Error reading header file "C:\Users\Dawn\Desktop\science\spm12-CTseg\y_*.nii".
In file "C:\Users\Dawn\Desktop\science\spm12-CTseg@nifti\private\read_hdr.m" (v7504), function "read_hdr" at line 39.
In file "C:\Users\Dawn\Desktop\science\spm12-CTseg@nifti\nifti.m" (v7758), function "nifti" at line 26.
In file "C:\Users\Dawn\Desktop\science\spm12-CTseg\spm_deformations.m" (v7700), function "get_def" at line 191.
In file "C:\Users\Dawn\Desktop\science\spm12-CTseg\spm_deformations.m" (v7700), function "get_job" at line 78.
In file "C:\Users\Dawn\Desktop\science\spm12-CTseg\spm_deformations.m" (v7700), function "get_comp" at line 48.
In file "C:\Users\Dawn\Desktop\science\spm12-CTseg\spm_deformations.m" (v7700), function "spm_deformations" at line 17.
The following modules did not run:
Failed: Deformations
错误使用 MATLABbatch system
Job execution failed. The full log of this run can be found in MATLAB command window, starting with the lines (look for the line showing
the exact #job as displayed in this error message)
how to solve this problem?
The text was updated successfully, but these errors were encountered: