-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
topomap plots of dual- or triaxial OPM data #13781
Copy link
Copy link
Open
Labels
Description
Describe the new feature or enhancement
Plotting of topomaps fail for dual- or triaxial OPM systems because multiple channels share locations but differ in orientation. This holds for many plotting functions, such as Evoked.plot_joint() and ICA.plot_components().
Describe your proposed implementation
A potential solution would be to handle OPM axes analogously to how magnetometers and gradiometers are handled, where a plot is generated for each channel type: automatically group channels by orientation (e.g., radial vs tangential) and generate separate topomaps.
Describe possible alternatives
The grouping (tangential/radial) could either be specified by the user or automatically inferred from sensor orientation vectors relative to a fitted head sphere
Additional context
No response
Reactions are currently unavailable