Stefan Appelhoff
Stefan Appelhoff
@olleolleolle you seem to be committing to this repo fairly recently -- would you have time to address this issue and/or tag people who might find the time to help...
I pinged him in an email, we may have a chance for him to come back later in august :-)
Just a note that in MNE 0.21, there will be a new function to detect EMG artifacts: https://mne.tools/dev/generated/mne.preprocessing.annotate_muscle_zscore.html?highlight=annotate#mne.preprocessing.annotate_muscle_zscore
just saying: I like the super-long changelog that has everything in it. It makes searching quite easy while the sidebar with its links still makes the length manageable.
> Right now the whole montage system is rather messy. It is nice that there are some realistic montages, but there should be only one template montage as opposed to...
> Also, BioSemi does not exclusively use its own non-standard locations - we have a BioSemi system in our lab and our caps are standard 10-20 (basically what MNE already...
It's not "MNE-READY", I always read it with pandas and I have my own simple plotting function to display the positions: https://github.com/sappelhoff/eeg_positions/blob/8d91d63c4996a81aabc24ea14dae51e8e1833ca9/eeg_positions/eeg_positions.py pull requests welcome. The main contribution of my...
@agramfort @cbrnr Here is code to read my computed standard locations from the [eeg_postitions](https://github.com/sappelhoff/eeg_positions/blob/master/data/standard_1005.tsv) repo into an MNE montage (SEE "DETAILS" BELOW THE PLOT). Note: Scroll down, there is lots...
For fun, I also plotted @robertoostenveld's [electrode positions](https://robertoostenveld.nl/electrodes/plotting_1005.txt) from his [blog post](https://robertoostenveld.nl/electrode/) using the same Python code as in https://github.com/mne-tools/mne-python/issues/7472#issuecomment-601253011. (3 adjustments: add column names to Robert's data, and in...
@mmagnuski the snippet was under the clickable "details" under the first plot. But see here: - [Robert data (Fpz, Oz, T7, T8 equator)](https://robertoostenveld.nl/electrodes/plotting_1005.txt) - note: you need to add labels...