Retrieve cHPI information from the data.
mne.InfoThe mne.Info object with information about the sensors and methods of measurement.
Can be 'raise' (default) to raise an error, 'warn' to emit a
warning, or 'ignore' to ignore when no cHPI information can be found. If 'ignore' or
'warn', all return values will be empty arrays or None. If
'raise', an exception will be raised.
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
New in version 0.24.
mne.chpi.get_chpi_info#