Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Marker Column in Output (Muse2 with BlueMuse) #108

Open
felixmpichardo opened this issue Jun 6, 2021 · 3 comments
Open

Missing Marker Column in Output (Muse2 with BlueMuse) #108

felixmpichardo opened this issue Jun 6, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@felixmpichardo
Copy link

ℹ Computer information

  • Platform OS (e.g Windows, Mac, Linux etc): Windows 10
  • Python Version: 3.7
  • Brain Interface Used (e.g Muse, OpenBCI, Notion etc): Muse2 with Bluemuse

📝 Provide detailed reproduction steps (if any)

  1. Connect to BlueMuse and begin streaming.
  2. Ran the demonstration code for running an experiment as per the documentation . I tried 30s, 120s, visual_n170, and visual_p300.
  3. Additionally, I ran a snippet of code for "signal quality", and I send a couple of test markers.

✔️ Expected result

The fetched data looked like this:

image

I expected all the columns except the "Right AUX" column.

❌ Actual result

(1) The result of running the experiment:
There is no marker column at all:
image

(2) Signal snippet:
Initially, there was no marker column, as above. This morning, it began to show up, but it has no header or data for the first few lines, which causes import errors. The other markers I send in the snippet do show up.

image

@felixmpichardo felixmpichardo added the bug Something isn't working label Jun 6, 2021
@JohnGriffiths JohnGriffiths self-assigned this Jun 17, 2021
@ErikBjare
Copy link
Collaborator

ErikBjare commented Jun 18, 2021

Thinking about this again, I think I may be the one to blame. Regression probably happened in my "continuous recording to file" PR to muse-lsl: alexandrebarachant/muse-lsl#139

Maybe we should open an issue there instead? Or just figure out how to fix it (shouldn't be too hard) and submit a PR straight away.

@Maari13
Copy link

Maari13 commented Jun 18, 2021

I am a complete novice as far as EEG-Notebooks or the topic of streaming goes. Just wanted to say, that I had the same issue (#111) in both cases: when I used BlueMuse for streaming and when I used Petal Metrics. Petal Metrics gives the option to choose either LSL or OSC as the stream type. I previously used LSL, but just now tried out the OSC option, however the problem persists - at the beginning the event markers are not recorded - the first one that gets recorded is always on data row 13 (row 14 in the file).

@Maari13
Copy link

Maari13 commented Jun 21, 2021

In order to do some further testing, I also experimented with Visual N170, Visual SSVEP and Auditory Oddball (orig) - in all the cases the title of the "Marker" column was missing from the experimental data file, as well as the first 12 event markers. Hence, the issue is not specific to the Visual P300 experiment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants