Clemens Brunner

Results 317 comments of Clemens Brunner

@sappelhoff how can I read [your 10/10 TSV file](https://github.com/sappelhoff/eeg_positions/blob/master/data/standard_1010.tsv)? I tried `mne.channels.read_custom_montage`, but the format (extension) is not supported. I tried renaming to `.txt`, but then the function complains about...

> would a hangout meeting work for tomorrow around 3pm Paris time? Yes, I should be available. I have another meeting at 2pm, so I might be a bit late...

Very nice @sappelhoff! Your montage seems a bit cleaner to me so I'd prefer if we used it as the new default EEG montage. I can integrate this into `make_standard_montage`...

People will go crazy if we show electrodes outside the head radius. Maybe we need to show more circles like in your figure?

OK, back to my IC topomaps. Here's how they looked with `standard_1020`: ![ica_components](https://user-images.githubusercontent.com/4377312/77155022-24ead180-6a9d-11ea-962a-847002f09d92.png) And here's how they look now with @sappelhoff's 1005 montage: The frontmost channel is Fz, whereas the...

@drammock @larsoner WDYT?

> could you try this again with the main branch of eeglabio? I had this issue earlier as well and I believe the latest version should fix it. I tried...

Got it. Yes, this works without any errors, I only get these two warnings(?) when exporting: ``` /Users/clemens/Projects/mne-python/.direnv/python-3.10.6/lib/python3.10/site-packages/eeglabio/epochs.py:135 EEGLABIO: WARNING: Events doesn't meet the requirement of at least one event...

I just tried to work on #6531, but getting both raw and ica plots behave consistently is pretty difficult at the moment. Using gray for bad channels and bad components...