-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display EEG sensor channels on the correct hemisphere in expression p…
…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
Showing
6 changed files
with
484 additions
and
30 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
64 changes: 64 additions & 0 deletions
64
kymata-toolbox-data/sensor_locations/EEG-layout-channel-mappings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Oops, something went wrong.