cogpy.plot.hv.ecog_viewer

ECoG viewer and channel grid selector (HoloViews/Panel).

Extracted from multichannel_timeseries.py to separate the interactive ECoG grid-selector application from the core timeseries rendering utilities.

Functions

channel_grid_selector_demo(*[, n_rows, ...])

Small Panel demo for ChannelGridSelector.

ecog_viewer(sig_tyx, *[, nsamples, ...])

Lightweight interactive ECoG viewer.

ecog_viewer_hv(sig, *[, time_dim, ap_dim, ...])

Lightweight HoloViews-only ECoG viewer composed from utilities in this module.

lfp_overlay_curves(t_s, lfp_tdepth, ...[, ...])

main()

sparkline_grid_view(t_s, x_tyx, *[, ...])

Render per-channel time snippets as sparklines arranged on a (row,col) grid.

Classes

ChannelGridSelector(*, n_rows, n_cols[, ...])

Interactive channel grid selector for ECoG-style (row, col) layouts.

ChannelGridSelectorState(*, block_cols, ...)