mne.channels.
Layout
(box, pos, names, ids, kind)¶Sensor layouts
Layouts are typically loaded from a file using read_layout. Only use this class directly if you’re constructing a new layout.
Parameters: | box : tuple of length 4
pos : array, shape=(n_channels, 4)
names : list
ids : list
kind : str
|
---|
Methods
save (fname) |
Save Layout to disk |
__init__
(box, pos, names, ids, kind)¶save
(fname)¶Save Layout to disk
Parameters: | fname : str
|
---|
See also