-
Hi!
I'll share here some of the discussions we have on the google doc related to BEP021, so we can keep track and they don't get forgotten once we resolve the comments.
One of the first things w…
-
How to **load .eeg files in python** instead of .edf files. or else any function to **convert .eeg to .edf format**
-
Here is the relevant text from the BIDS BEP006: BIDS-EEG extension proposal.
> While there are many file formats to store EEG data, there are 2 prefered formats in BIDS EEG: European data format (.…
-
Hello,
I have made a MacOS VM that works fine through QEMU, once I imported it to virt-manager and passed a GPU as well as a mouse and keyboard to it and started the VM I was greeted by the Clover bo…
-
Im copying this from a concern from @civier
>SO LET'S SAY THAT FOR A SPECIFIC STUDY, THE USER USED ONE PATTERN (e.g., RSEEG/sub-%entities.subject%.vhdr) FOR HALF OF THE PARTICIPANTS AND ANOTHER PA…
-
bids_layout = BIDSLayout(root=self.bids_dir, config=bids_config, ignore=exclude_arr)
...
files = self.bids_layout.get(subject=subject, session=visit)
for file in files:
print(file.entities)
…
-
related to #89 and #263
In BIDS, we should not write template data, such as position/digitization data from electrodes.
In our last call @agramfort @jasmainak @massich and I agreed to deal with…
-
### Description of the problem
Failure to interpolate a bad channel (AR8); logging this as a bug pursuant to a discussion with @drammock.
### Steps to reproduce
```Python
import mne
import …
-
I just built a new CoreXY printer using an SKR 1.3 and have been having a recurring issue where the X and Y motor stop moving, mid print, at the same time. This happens at random points during a print…
-
#### Describe the bug
I recently got a .eeg file from a hospital, but I cannot read it by MNE-python. I noticed that the version (EEG-1200A V01.00) is not supported at this moment.
Can anyone help w…