Widget that handle the montage, electrodes channels, and impedances.
-
change_plot
() → None[source]
Switch between Montage and Impedance.
-
connect
() → None[source]
Connect events.
-
delete_montage
(*args, **kwargs) → None[source]
Remove montage.
-
generate_list_channels
() → None[source]
Update the widgets to set the channel to the electrode.
-
get_mne_montage
() → mne.channels.DigMontage[source]
Create montage from GUI options.
-
load_montage
(event=None) → None[source]
Load the selected montage.
-
save_montage
() → None[source]
Save current montage.
-
set_saved_montages
() → None[source]
Load saved montages.
-
set_spliter_position
() → None[source]
Delay method to redraw the figure.
-
update_environ
() → None[source]
Update environment variables.
-
update_impedance
(z: Optional[List[float]] = None) → None[source]
Send the impedance values to the drawer.
-
update_topoplot
() → None[source]
Redraw topoplot.
-
validate_channels
() → None[source]
Highlight misconfigurations.