Calculate the distance of positions to inner skull surface.
array
, shape (…, 3)Position(s) in m, in head coordinates.
ConductorModel
Conductor model.
dict
| instance of Transform
| None
If str, the path to the head<->MRI transform *-trans.fif
file produced
during coregistration. Can also be 'fsaverage'
to use the built-in
fsaverage transformation.
If trans is None, an identity matrix is assumed.
Changed in version 0.19: Support for ‘fsaverage’ argument. If None (default), assumes bem is in head coordinates.
str
| int
| None
Control verbosity of the logging output. If None
, use the default
verbosity level. See the logging documentation and
mne.verbose()
for details. Should only be passed as a keyword
argument.
Notes
New in version 1.1.