-
First reported on the forum at https://mne.discourse.group/t/can-not-reorder-channels-after-adding-a-reference-channel/5180
Works:
```python
# %%
import mne
sample_dir = mne.datasets.sample…
-
**Submitting author:** @cbrnr (Clemens Brunner)
**Repository:** https://github.com/cbrnr/mnelab
**Branch with paper.md** (empty if default branch): joss
**Version:** v0.8.4
**Editor:** @Kevin-Mattheus…
-
Up to here 2ffae82a62a9b4094bda29b3f03830467bdb8b9d
![Image](https://user-images.githubusercontent.com/49016400/184335612-404980a3-e8cb-42b9-abba-26764485ea87.png)
-
Recently I've been studying the S-transform,prepare to use the S-transform in the my paper,I used it in Matlab,but I want to do it in Python,could you provide API documentation for Python?Thx
YANKT updated
2 years ago
-
#### Describe the bug
Invoking the GUI after an installation of ``mne-icalabel[gui]`` via pip on a Windows 11 and Debian bookworm machine in a fresh Python 3.9 environment fails with an
```
Import…
adswa updated
2 years ago
-
Following @alexrockhill addition of https://mne.tools/stable/auto_examples/preprocessing/eeg_bridging.html and #10587
What about the case where more than 2 electrodes are bridged together, e.g. whe…
-
Seem to be an issue with getting the subset call to work with online data. Have resorted to using the main branch at the moment. Will investigate.
Issue was found by both myself and a summer studen…
-
## ℹ Computer information
- Platform OS (e.g Windows, Mac, Linux etc): Windows
- Python Version: 3.7
- Brain Interface Used (e.g Muse, OpenBCI, Notion etc): Muse2
## 📝 Provide detailed reprod…
-
Some brief comments / suggestions on the current draft of the JOSS paper:
- lines 16-18: I find this sentence a little vague, and a couple sentences could clarify the details
- how it makes this…
-
### Description of the problem
I think this screenshot demonstrates the issue:
### Steps to reproduce
```python
# %%
from pathlib import Path
import mne_bids
from mne_bids import BIDS…