That function just makes the surfaces, plus the subject's head FIF. I
suspect you've tried to use `subject-head.fif` as your BEM, which will not
work.
You need to use `mne.make_bem_model` and `mne.make_bem_solution` to
actually make the BEM itself from the surfaces `make_watershed_bem`
produced, choosing along the way if you want a 1-layer or 3-layer model.
You can then save these to disk and load them when you need them.
Hi,
Seasons' greetings.
I am new to MNE and also to python. How to install mne-features
in anaconda navigator. I tried with pip install mne-features, but shows the
following error:
(base) C:\Users\Admin>pip install mne-features
Collecting mne-features
Could not find a version that satisfies the requirement mne-features
(from versions: )
No matching distribution found for mne-features