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: | subject : str
ico : int | None
conductivity : array of int, shape (3,) or (1,)
subjects_dir : string, or None
verbose : bool, str, int, or None
|
---|---|
Returns: | surfaces : list of dict
|
Notes
New in version 0.10.0.