mne-tools / mne-bids-pipeline

Automatically process entire electrophysiological datasets using MNE-Python.
https://mne.tools/mne-bids-pipeline/
BSD 3-Clause "New" or "Revised" License
138 stars 66 forks source link

change default for info to use for inverse #905 #919

Closed SophieHerbst closed 6 months ago

SophieHerbst commented 6 months ago

Change default for info given to 05_make_inverse.py (and for consistency 04_make_forward.py): If set to None (default), the info will be retrieved either from the raw file specified in noise_cov, or the cleaned epochs (if noise_cov is None or ad-hoc).

Closes #905