mne.channels.read_meg_canonical_info#

mne.channels.read_meg_canonical_info(system, *, verbose=None)[source]#

Load canonical MEG sensor definitions from CSV files.

Parameters:
systemstr

The MEG system name. Currently supported: ‘neuromag’, ‘ctf151’ or ‘ctf275’.

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:
infoInfo

An Info object containing the canonical sensor definitions.

Notes

This function loads pre-defined canonical sensor positions and orientations from CSV files stored in mne/channels/data/montages/.

New in v1.12.