-
Currently, all EEG files are converted to BrainVision format if `anonymize` is set in `write_raw_bids`.
for data that is already in BrainVision format, this means that it's unnecessarily re-written…
-
When I convert my eeg-data to BIDS using data2bids and cfg.method='convert' then I only get the header, e.g. like this:
```
Brain Vision Data Exchange Marker File, Version 1.0
[Common Infos]
Cod…
-
Description
I'm attempting to import a .vhdr file produced by Brain Vision Analyzer 2. The process fails with error:
EEGLAB error in function parsebvmrk() at line 40:
Operands to || and && oper…
-
Dear Matt,
Thanks for your great work on eegUtils! I'm very glad that you've added support for importing BrainVision files. However, when I try to import my own recordings, I get the following erro…
-
while going though `_physio` and `_stim` files (see https://github.com/bids-standard/bids-specification/pull/513), I realized that the validator currently does not accept files like `sub-05_task-match…
-
Currently, dev-feature-io does this:
Reads in the mff file, writes to fif, loads back in, extract markers/events, and then writes in bids format, albeit as one huge file.
What we need dev-featu…
-
Data import of .eeg files needs to be modified as script followed isn't adapted to that format.
-
```
import mne
import mne_bids
import os.path as op
import numpy as np
out_dir = mne.utils._TempDir()
raw = mne.io.RawArray(np.random.random((1, 50000)), mne.create_info(['Ch1'], 500, ['eeg']))
…
-
Hi, I am trying to turn an [OSF directory](https://osf.io/cj2dr/) into a git annex repository and datalad-osf seems to be great for this.
I am not entirely sure whether this would work as I think i…
-
In example `ieeg_visual/sub-01/ses-01/ieeg/`
Channel names in `channels.tsv` are `iEEGxxx` while names in `electrodes.tsv` are `xxx`. Should two files be consistent? If not where can I find informa…