-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
BUG: Problematic surfaces extracted using watershed #5565
Comments
2 comments:
1) I would use only 1 layer for this subject
3) but the inner brain layer seems not super smooth (see bottom of the brain)
see if using the --atlas option
(https://github.com/mne-tools/mne-python/blob/master/mne/commands/mne_watershed_bem.py#L30)
helps
|
|
1. That is my fix for these subjects, but would not work for EEG data.
true but then I don't know how to fix this.
1. Using the --atlas option removed the loop, but the inner skull
still intersects the other surfaces.
great. Can you open a PR for the next person using these data? I guess it
should be on mne-hcp repo.
|
I am not sure what you mean. Open a PR for what? |
yes anything so the next person does not get stuck. Add a meaningful
error message or something
thanks
|
Opened an issue instead of a PR, because I really don't know what that PR would contain. |
thanks. That helps.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
make_bem_model
on the output ofwatershed_bem
on subject 109123 of the HCP raises the following error:Checking the surfaces using
freeview_bem_surfaces
shows that the inner skull intersects the outer skull and skin surfaces. In addition, the inner skull surface has loops. This also happens with other subjects.Steps and/or code to reproduce
I am assuming the HCP data for subject 109123 was downloaded and extracted to
HCP_DIR
. The data is converted to MNE format using mne-hcp (import hcp
in the code) toSUBJECTS_DIR
.Expected results
Expected non intersecting surfaces and surfaces with correct topology.
Actual results
Additional information
The text was updated successfully, but these errors were encountered: