-
File is below. It is part of https://openneuro.org/datasets/ds002718
https://drive.google.com/file/d/18SLD5TI0R_25-0rmF0g86YODXp753uze/view?usp=sharing
```python
import mne
filename = 'ds002…
-
I am unfamiliar with the original ICLabel tool, and in reading the docs and subsequently applying mne-icalabel it to my own MEG data I got confused for which types of data it is intended to be used. T…
adswa updated
2 years ago
-
See
https://github.com/mne-tools/mne-python/blob/ac7cab31cd028df88bc925fe6ef68fea4403756b/mne/io/eeglab/tests/test_eeglab.py#L485-L492
It's unclear if the testing file is wrong or our reading of…
-
This bug report is based on [this discussion](https://mne.discourse.group/t/why-does-mne-minimum-norm-apply-inverse-raw-call-check-reference-when-using-only-meg-channels/5321) in the MNE group.
I a…
-
#### Describe the bug
It is unclear what the correct way to compute the resolution matrix is when using `mne.minimum_norm.make_inverse_resolution_matrix` with an inverse operator that has loose orien…
-
FIF files currently limit channel names to 15 Characters which can restrict its use for some applications, particularly clinical eeg.
There is an MNE-python PR which solves this issue by shortening…
bloyl updated
2 years ago
-
MWE:
```python
# %%
from pathlib import Path
import openneuro
import mne
import mne_bids
dataset_name = 'ds003061'
bids_root = Path('/tmp') / dataset_name
# %%
openneuro.download(
d…
-
- MacBook Pro 1 inch 2019 - Big Sur
- OpenBCI Cyton and Ultra Cortex 4
I was planning on testing out the P300 and SSVEP Stimuli. However, when setting up by Anaconda Environment, I kept on getti…
-
Hello, I am using the create_mkdata function but encountered the following error message. I wonder if you may have any insight on where the issue comes from. Thank you!
**Code:**
`sub00.create_mkd…
-
The `reject_by_annotations `argument is not working properly in `BaseCluster._segment_raw()`
```
import os
import numpy as np
import mne
sample_data_folder = mne.datasets.sample.data_path()
…