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:
- system
str 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 andmne.verbose()for details. Should only be passed as a keyword argument.
- system
- Returns:
- info
Info An Info object containing the canonical sensor definitions.
- info
Notes
This function loads pre-defined canonical sensor positions and orientations from CSV files stored in mne/channels/data/montages/.
New in v1.12.