-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi warrenarea,
It is really a nice project, given access to raw data from EEG headset.
Besides visualization of raw EEG data from the plot in web is useful, direct manipulation of raw EEG data is also very important for BCI research.
I saved some raw EEG data using the API to a CSV file. However, after some inspection, I found the data saved into the CSV file is very different from the one being plotted in web (in some way?).
Here is the example (they are roughly synchronized):

It seems to me the plot in web is quite correct (I shake gently with the headset), while the plot through the data as saved in CSV is not realistic.
I believe the data itself should be correctly fetched from EEG headset. However, I suspected that, due to some (running environment, formatting, python vs. web?) factor, the data saved in CSV file not the one we want, although it is correct in some way.
Could you please give me some hints on this discrepancy? What could be cause for this issue?
