Hi All,
I just noticed that the documentation of the pipeline says that MEG and EEG data cannot be processed together, see config:
ch_types: Iterable[Literal["meg", "mag", "grad", "eeg"]] = ['meg', 'eeg']
"""
The channel types to consider.
!!! info
Currently, MEG and EEG data cannot be processed together.
???+ example "Example"
```python
# Use EEG channels:
ch_types = ['eeg']
# Use magnetometer and gradiometer MEG channels:
ch_types = ['mag', 'grad']
# Currently does not work and will raise an error message:
ch_types = ['meg', 'eeg']
```
"""
I hadnโt noticed this info before and have been processing MEG and EEG together with the pipeline without an error (at least no error specifically because of this) for the past couple of months. So Iโm wondering if the documentation is wrong here or is it still valid and I should process MEG and EEG separately?
Many thanks,
Mรกtรฉ
System info:
Platform Linux-3.10.0-1160.el7.x86_64-x86_64-with-glibc2.17
Python 3.11.3 | packaged by conda-forge | (main, Apr 6 2023, 08:57:19) [GCC 11.3.0]
Executable /home/ma09/.conda/envs/my_mne1.4/bin/python
CPU x86_64 (32 cores)
Memory 251.4 GB
Core
โโ mne 1.4.0
โโ numpy 1.24.3 (OpenBLAS 0.3.23 with 32 threads)
โโ scipy 1.10.1
โโ matplotlib 3.7.1 (backend=agg)
โโ pooch 1.7.0
โโ jinja2 3.1.2
Numerical (optional)
โโ sklearn 1.2.2
โโ numba 0.57.0
โโ nibabel 5.1.0
โโ nilearn 0.10.1
โโ dipy 1.7.0
โโ openmeeg 2.5.6
โโ pandas 2.0.2
โโ unavailable cupy
Visualization (optional)
โโ pyvista 0.39.1 (OpenGL unavailable)
โโ pyvistaqt 0.0.0
โโ ipyvtklink 0.2.2
โโ vtk 9.2.6
โโ qtpy 2.3.1 (None=None)
โโ pyqtgraph 0.13.3
โโ mne-qt-browser 0.0.0
โโ unavailable ipympl
Ecosystem (optional)
โโ mne-bids 0.12
โโ mne-bids-pipeline 1.3.0
โโ unavailable mne-nirs, mne-features, mne-connectivity, mne-icalabel