Erik Bjäreholt

Results 265 issues of Erik Bjäreholt

I have no idea how, but I managed to close the previous PR with a force push somehow (https://github.com/NeuroTechX/eeg-notebooks/pull/22)... So here we go again.

My stuff is in: https://github.com/ErikBjare/thesis/blob/master/src/eegwatch/devices/ Includes a bunch of minor changes, including: - Added type annotations - Support for recording Muse PPG/ACC/GYRO streams ### TODO - [ ] start/stop is...

enhancement
bhg2020

Getting issues with missing liblsl: https://github.com/NeuroTechX/eeg-notebooks/runs/6920267569 Likely due to: https://github.com/labstreaminglayer/liblsl-Python/blob/4ac07fd67d64691bfbee32270c624f4dc8f391fe/README.md#linux-binaries-deprecated Was gonna pin the dependency, but weirdly, we should be getting 1.10.5?: https://github.com/alexandrebarachant/muse-lsl/blob/master/setup.py#L51

platform: linux

PR for continued work on fixing CI. This reverts commit 2d748719b656160ea10fe94f29ff5c613e35f957. So it reverts the revert of the overly eager merge in #167. - The PR: #167 - The revert...

Replaces #92 (switched to branch in the NeuroTechX repo instead of my fork) Fixes #43 Fixes #77 ### TODO - [ ] Resolve conflicts caused by changes to master since...

A lot of the code/experiments needs access to static information such as: - device name - experiment name - subject id - session id - data directory - record duration...

enhancement

Running `git grep path.join` yields a swindling 62+ results, here's a sample: ``` eegnb/__init__.py:DATA_DIR = path.join(path.expanduser("~/"), ".eegnb", "data") eegnb/analysis/utils_old.py: data_path = os.path.join(data_dir, experiment, site, device, subsess) eegnb/datasets/datasets.py: exp_dir = os.path.join(data_dir,...

enhancement

My system drive got full the other day, and today I noticed aw-server-rust wasn't responding to API requests (but was happily serving the web UI). After a while I realized...