mne.chpi.extract_chpi_locs_kit#

mne.chpi.extract_chpi_locs_kit(raw, stim_channel='MISC 064', *, verbose=None)[source]#

Extract cHPI locations from KIT data.

Parameters:
rawinstance of RawKIT

Raw data with KIT cHPI information.

stim_channelstr

The stimulus channel that encodes HPI measurement intervals.

verbosebool | 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.

Returns:
chpi_locsdict

The time-varying cHPI coils locations, with entries “times”, “rrs”, “moments”, and “gofs”.

Notes

New in v0.23.