-
### Proposed documentation enhancement
First, thank you for developing MNE-Python and for all the work that went into creating such comprehensive and useful tutorials.
I recently completed the [sp…
-
#### Describe the bug
`export_raw` does not exports fids information of SET files.
#### Steps to reproduce
```python
>>> import mne
>>> import os
>>> file = "/Users/cmadjar/Desktop/eeg_tes…
-
On my system I have a lot more memory compared to size of files that I open, so for almost all files precomputation runs.
In theory this is a good thing, but in practice I've noticed some weird bug…
-
BIDS/MNE-BIDS allows you to specify a `desc` entity for _derivatives_ data, to provide some description of the data.
Utilizing this would allow us to add `desc-pylossless` or `desc-ica` to the fil…
-
Originally posted in https://github.com/lina-usc/pylossless/pull/161#issue-2423857408 :
Since v1.7 (April 2024), MNE uses [edfio](https://github.com/the-siesta-group/edfio) for writing EDF files.…
-
-
Hi, Thanks for your code. I meet a question that my mne package doesn't have mne.io.find_edf_events. I can't find the function in my source document, and my mne version is 0.17.0. Looking forward for …
-
If your issue is a usage question, please consider asking on the
[MNE Forum](https://mne.discourse.group) instead of opening an issue.
#### Describe the problem
The default colormap for mne-con…
-
The [example in the docs](https://sphinx-gallery.github.io/stable/configuration.html#custom-sort-keys) of using `FunctionSortKey`:
```py
"minigallery_sort_order": FunctionSortKey(lambda filename: …
-
MNE currently allows three types of `SourceSpaces`:
* surface: `len(src) == 2`, lh and rh
* volume: `len(src) == 1` if a single grid was used or any number if several volume labels are used
* mixed…