Skip to content

Commit f97c89f

Browse files
DOC: Add grouped OPM topomap in kernel phantom example
1 parent e2b784e commit f97c89f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/datasets/kernel_phantom.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
t_peak = 0.016 # based on visual inspection of evoked
5252
fig.axes[0].axvline(t_peak, color="k", ls=":", lw=3, zorder=2)
5353

54+
# %%
55+
# Because these OPM sensors are colocated in biaxial pairs, topomaps are
56+
# grouped into radial and tangential components.
57+
evoked.plot_topomap(times=[t_peak], ch_type="mag", show=True)
58+
5459
# %%
5560
# The data covariance has an interesting structure because of densely packed sensors:
5661

0 commit comments

Comments
 (0)