Skip to content

Conversation

retiutut
Copy link
Member

@retiutut retiutut commented Oct 6, 2025

Fixes #783
Fixes #784

@retiutut retiutut changed the title Update Galea boards using production specifications Update Galea board using production specifications Oct 6, 2025
{
std::stringstream gains;

for (int i = 0; i < 20; i++)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it 20? would be better to dont hardcode the value but check the lenght of the vector instead

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can also make it the same for cyton

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can add method to return a string straight to gain tracker class, check the size there and just call this method from galea and cyton from config_board

{"timestamp_channel", 27},
{"marker_channel", 28},
{"num_rows", 29},
{"eeg_channels", {9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24}},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if I count correctly, eeg + emg + eog here is 24 channels. In gain tracker in one place its 20 and in parsing code its 28 in one place, have you double checked it?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, sorry, its 28 byt starts from 4, so 24 is correct, why 20 in gain tracker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Galea EDA calculation and available data Update Galea board IDs to match Galea Beta production
2 participants