timonmerk

Results 14 comments of timonmerk

I have the same error in jupyter notebook. Might be an issue with tensorflow 2

I initialize the mne.io.RawArray using raw data (either from fieldtrip or actual raw data)

Thanks for the answers! Basically I want to rewrite various subject data into BIDS, and preferably using Brainvision format. In a lot of cases data has been saved in a...

I could just solve my issue by writing Raw Array in a brainvision format using the pybv write_brainvision function. But I need to say that this is a bit complicated,...

Thanks for the quick reply! The specification indeed tell's that the electrode.tsv are in this format: _sub-[_ses-][_acq-][_space-]_electrodes.json_ So the run and task are not included. When I was running the...

I have one additional comment, in the bids-example repo I found also a session where the number of channels in the electrode.tsv does not match with the ones in the...

@hoechenberger and @sappelhoff Thanks a lot for the comments! I am trying now to install the mne-bids development vesion. I should clone the repo and then just call make right?...

Hello everyone, thanks for picking up on this issue! The PR I created reads with `raw_read.get_montage().get_positions()["coord_frame"]` to "other" instead of "MNI152NLin2009bAsym", so the assert fails.

@jasmainak To refer to the specific files: **rt_filter.py** Currently no, I can provide such a file though. **rt_normalization.py** The type of normalization implemented here only takes into consideration n previous...

So in general a script would be started by the initiation of **rt_analysis.py**. In there the LSL or FT Client would be initialized, then in a loop new data would...