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