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: |
|
---|
Methods
__hash__ ($self, /) |
Return hash(self). |
plot ([picks, show]) |
Plot the sensor positions. |
save (fname) |
Save Layout to disk. |
__hash__
($self, /)¶Return hash(self).
plot
(picks=None, show=True)[source]¶Plot the sensor positions.
Parameters: |
|
---|---|
Returns: |
|
Notes
New in version 0.12.0.