Read a generic (built-in) standard montage that ships with MNE-Python.
str
The name of the montage to use.
Note
You can retrieve the names of all
built-in montages via mne.channels.get_builtin_montages()
.
float
| None
| str
The head size (radius, in meters) to use for spherical montages.
Can be None to not scale the read sizes. 'auto'
(default) will
use 95mm for all montages except the 'standard*'
, 'mgh*'
, and
'artinis*'
, which are already in fsaverage’s MRI coordinates
(same as MNI).
DigMontage
The montage.
Notes
Individualized (digitized) electrode positions should be read in using
read_dig_captrak()
, read_dig_dat()
, read_dig_egi()
,
read_dig_fif()
, read_dig_polhemus_isotrak()
,
read_dig_hpts()
, or manually made with make_dig_montage()
.
New in version 0.19.0.
mne.channels.make_standard_montage
#Frequency-tagging: Basic analysis of an SSVEP/vSSR dataset
Motor imagery decoding from EEG data using the Common Spatial Pattern (CSP)