Fit a sphere to the headshape points to determine head center.
mne.InfoThe mne.Info object with information about the sensors and methods of measurement.
list of str | strKind of digitization points to use in the fitting. These can be any combination of (‘cardinal’, ‘hpi’, ‘eeg’, ‘extra’). Can also be ‘auto’ (default), which will use only the ‘extra’ points if enough (more than 4) are available, and if not, uses ‘extra’ and ‘eeg’ points.
strCan be “m” (default) or “mm”.
New in version 0.12.
str | int | NoneControl 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
This function excludes any points that are low and frontal
(z < 0 and y > 0) to improve the fit.