mne.
make_bem_model
(subject, ico=4, conductivity=(0.3, 0.006, 0.3), subjects_dir=None, verbose=None)[source]¶Create a BEM model for a subject.
Note
To get a single layer bem corresponding to the –homog flag in
the command line tool set the conductivity
parameter
to a list/tuple with a single value (e.g. [0.3]).
Parameters: |
|
---|---|
Returns: |
|
Notes
New in version 0.10.0.
mne.make_bem_model
¶