eegprep.pop_prop_extended#

eegprep.pop_prop_extended(EEG=None, typecomp=1, chanorcomp=None, winhandle=None, spec_opt=None, erp_opt=None, scroll_event=1, classifier_name='', fig=None, *, gui=None, renderer=None, plot=True, show_activity=False, reject_callback=None, return_com=False)#

Render the EEGLAB viewprops-style extended property dashboard.

Parameters:
  • EEG (dict[str, Any] | None) – EEGLAB-style EEG dictionary.

  • typecomp (int | bool) – 1 for channels, 0 for ICA components.

  • chanorcomp (Any) – EEGLAB-facing 1-based channel/component index or indices.

  • winhandle (Any) – Accepted for EEGLAB signature compatibility.

  • spec_opt (Any) – EEGLAB-style spectopo option text or parsed options.

  • erp_opt (Any) – Accepted for EEGLAB signature compatibility; image options are currently interpreted by EEGPrep’s native image summary.

  • scroll_event (int | bool) – Include events in the attached activity browser.

  • classifier_name (str) – Component classifier field in EEG.etc.ic_classification.

  • fig (Any) – Optional Matplotlib figure to reuse.

  • gui (bool | None) – Force or suppress the EEGLAB-like input dialog.

  • renderer (Any | None) – Optional dialog renderer for tests.

  • plot (bool) – Build the Matplotlib dashboard when true.

  • show_activity (bool) – Open the browser-backed activity window in addition to attaching its model/window to the dashboard figure.

  • reject_callback (Any | None) – Optional callable invoked after OK commits component rejection states. It receives (EEG, states) where states maps EEGLAB-facing component indices to booleans.

  • return_com (bool) – Return (figure, command) when true.