mne.
make_sphere_model
(r0=(0.0, 0.0, 0.04), head_radius=0.09, info=None, relative_radii=(0.9, 0.92, 0.97, 1.0), sigmas=(0.33, 1.0, 0.004, 0.33), verbose=None)[source]¶Create a spherical model for forward solution calculation.
Parameters: | r0 : array-like | str
head_radius : float | str | None
info : instance of Info | None
relative_radii : array-like
sigmas : array-like
verbose : bool, str, int, or None
|
---|---|
Returns: | sphere : instance of ConductorModel
|
See also
Notes
New in version 0.9.0.
mne.make_sphere_model
¶