Skip to content

Commit

Permalink
Update EEG names for Galea V4 boards (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippitts committed Nov 16, 2023
1 parent f9329c3 commit ebf9722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/board_controller/brainflow_boards.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ BrainFlowBoards::BrainFlowBoards()
{"timestamp_channel", 27},
{"marker_channel", 28},
{"num_rows", 29},
{"eeg_channels", {7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}}, // to be confirmed
{"eeg_names", "FP1,FP2,Fz,Cz,Pz,Oz,P3,P4,O1,O2,X1,X2,X3,X4,X5,X6,X7,X8"}, // to be confirmed
{"eeg_channels", {7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}},
{"eeg_names", "Fp1,Fp2,F1,C3,F2,Cz,C4,Pz,P4,O2,P3,O1,X1,X2,X3,X4,X5,X6"},
{"emg_channels", {1, 2, 3, 4}},
{"eog_channels", {5, 6}},
{"other_channels", {25, 26}},
Expand Down Expand Up @@ -926,8 +926,8 @@ BrainFlowBoards::BrainFlowBoards()
{"timestamp_channel", 27},
{"marker_channel", 28},
{"num_rows", 29},
{"eeg_channels", {7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}}, // to be confirmed
{"eeg_names", "FP1,FP2,Fz,Cz,Pz,Oz,P3,P4,O1,O2,X1,X2,X3,X4,X5,X6,X7,X8"}, // to be confirmed
{"eeg_channels", {7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}},
{"eeg_names", "Fp1,Fp2,F1,C3,F2,Cz,C4,Pz,P4,O2,P3,O1,X1,X2,X3,X4,X5,X6"},
{"emg_channels", {1, 2, 3, 4}},
{"eog_channels", {5, 6}},
{"other_channels", {25, 26}},
Expand Down

0 comments on commit ebf9722

Please sign in to comment.