Taha Morshedzadeh
Taha Morshedzadeh
To fix the build issue, especially for the Docs build. As @oreHGA mentioned, seeems like adding `pip install attrdict` before the `wxpython` install line
Hi @SjoerdTimovanVliet, Our library implements a minimal set of analysis tools and is mainly for running and recording EEG experiments with mobile EEG. For preprocessing and processing EEG data, there...
@pellet - getting the following error. Any thoughts? ```python In [1]: from psychopy import visual In [2]: blah = visual.Rift(monoscopic=True,headlocked=True) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[2], line...
...tracked this down a bit more... ```python In [15]: import psychxr.drivers.libovr as libovr In [16]: libovr.isHmdConnected() Out[16]: False ```
The device now gets recognized if you do the in-VR setup. But that setup never seems to finish successfully. It gets stuck on a three-dot loading screen, a la ...
**Problem:** Regarding the first action item, we see that `Develop` fails building the docs. **Investigation:** Started a new codespaces instance and checked it all. Still failed. The only thing that...
So, one idea is to add a new device type to the `devices.eeg` board type, e.g., named "museX_bfp": https://github.com/NeuroTechX/eeg-notebooks/blob/ac1f5fb14d3c2baa8be0cc6ef0cfb87671060e95/eegnb/devices/eeg.py#L33 This could use the pertinent board config from brainflow and get...
Still an issue - the problem arises especially when I open the VSCode/Cursor folder with a `.code-workspace` file in a folder or monorepo that includes multiple repositories or submodules. In...