NeuroTechX / NeuroTechX/EEG-ExPy
Missing Marker Column in Output (Muse2 with BlueMuse)
Open
@JohnGriffiths is already working on this.
Since Jun 17, 2021.
bug
EEG-ExPy
- Dominant language
- Python
- Stars
- 575
- Forks
- 153
- Avg merge
- 6h 44m
- Merged PRs (30d)
- 3
Description
ℹ 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)
- Connect to BlueMuse and begin streaming.
- Ran the demonstration code for running an experiment as per the documentation . I tried 30s, 120s, visual_n170, and visual_p300.
- 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:

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:

(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.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.