mne.channels.
Layout
(box, pos, names, ids, kind)[source]¶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
__hash__ () <==> hash(x) |
|
plot ([show]) |
Plot the sensor positions. |
save (fname) |
Save Layout to disk. |
__hash__
() <==> hash(x)¶plot
(show=True)[source]¶Plot the sensor positions.
Parameters: | show : bool
|
---|---|
Returns: | fig : instance of matplotlib figure
|
Notes
New in version 0.12.0.