-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Nuisance crash with NHP pipeline #1140
Comments
I think that I have the same issue, where the cerebrospinal fluid nuisance regressor is missing, eventually causing the following error, which prevents the pipeline from completing:
Can you help resolve this issue? |
If I understand correctly, this is an issue that occurs for some subjects, but not necessarily for all subjects. Is there a way to determine that this will happen beforehand? I have run C-PAC on 10 subjects, and each one has displayed this issue. Is there some way to avoid it in the current (1.6.0) release? Also, what tool are you using to display the images below? Are you visualizing output from C-PAC? If so, which files are you inspecting? |
Yes, it depends on data. Currently, we don't have a good solution if it crashes due to blank csf mask. You could try v. 1.6.1, it will release soon. What kind of data are you running? Human or Primes? |
In the release notes for version 1.6.1, it mentions toggling CSF regressor:
What is the name of this configuration item? I looked briefly in the |
@pn2200 Sorry for the confusion. You could set lateral_ventricles_mask field as None in pipeline config. Please check attached link. |
@pn2200 I would try to disable erosion, as it might be removing all the voxels from your CSF mask. CerebrospinalFluid:
summary: Mean
extraction_resolution: 2
erode_mask: false |
No description provided.
The text was updated successfully, but these errors were encountered: