Skip to content

Commit

Permalink
Display EEG sensor channels on the correct hemisphere in expression p…
Browse files Browse the repository at this point in the history
…lots (#208)

* Add MNE layout file

* Create EEG-layout-name-channel.yaml

* Renames the channel mappings

...as @young-x-skyee pointed out I got them wrong.

* Assign EEG sensors to hemispheres based on x ordinate

* Rerun notebook with new plotting updates

* Linting fixes

* Update Layout to use upper instead of lower

---------

Co-authored-by: neukym <[email protected]>
  • Loading branch information
caiw and neukym authored Mar 8, 2024
1 parent 4719550 commit 4f416a3
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 30 deletions.
48 changes: 24 additions & 24 deletions demos/demo_plotting.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
EEG001: 'P09'
EEG002: 'FPz'
EEG003: 'PO10'
EEG004: 'AF7'
EEG005: 'AF3'
EEG006: 'AFz'
EEG007: 'AF4'
EEG008: 'AF8'
EEG009: 'F7'
EEG000: 'F5'
EEG011: 'F3'
EEG012: 'F1'
EEG013: 'Fz'
EEG014: 'F2'
EEG015: 'F4'
EEG016: 'F6'
EEG017: 'F8'
EEG019: 'FT7'
EEG020: 'FC5'
EEG021: 'FC3'
EEG022: 'FC1'
EEG023: 'FCZ'
EEG024: 'FC2'
EEG025: 'FC4'
EEG026: 'FC6'
EEG027: 'FC8'
EEG030: 'T7'
EEG031: 'С5'
EEG032: 'С3'
EEG033: 'C1'
EEG034: 'CZ'
EEG035: 'C2'
EEG036: 'C4'
EEG037: 'C6'
EEG038: 'T8'
EEG040: 'TP9'
EEG041: 'TP7'
EEG042: 'CP5'
EEG043: 'CP3'
EEG044: 'CP1'
EEG045: 'CPZ'
EEG046: 'CP2'
EEG047: 'СР4'
EEG048: 'СР6'
EEG049: 'TP8'
EEG050: 'TP10'
EEG052: 'P7'
EEG053: 'P5'
EEG054: 'P3'
EEG055: 'P1'
EEG056: 'Pz'
EEG057: 'P2'
EEG058: 'F4'
EEG059: 'P6'
EEG060: 'P8'
EEG062: 'PO7'
EEG063: 'PO3'
EEG064: 'P0Z'
EEG018: 'P04'
EEG028: 'P08'
EEG029: 'O1'
EEG039: 'OZ'
EEG051: 'O2'
EEG061: 'IZ'
Loading

0 comments on commit 4f416a3

Please sign in to comment.