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

Handling of multiple sessions #97

Open hoechenberger opened 4 years ago

hoechenberger commented 4 years ago

If I'm not mistaken, currently we process each session separately (only concatenate their runs when needed). Now in experimental paradigms I've implemented in the past, the runs were often split across multiple sessions because otherwise the experiment would simply take too long; but in the end, all data has to be analyzed (filtered, ERP computation etc) as one. I don't think this is currently supported here and would probably need some thinking and a few tweaks in a number of places

hoechenberger commented 6 months ago

@larsoner Do you know if this has meanwhile been addressed?

larsoner commented 6 months ago

Nope, still an issue

hoechenberger commented 6 months ago

Ah okay! My bad