-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Hi!
we have ET/EEG combined data and we would love to use mne-bids-pipeline. For this we would want to follow this mne-tutorial which uses read_raw_eyelink
+ some synchronisation steps.
We couldnt figure out if there is a modular "add_step" guide somewhere, that allows to run custom code (which would be super helpful btw!). We found that the ICLabel PR #812 works by modifying the code of the preproc-ic-step. O.c. we could "hack" a solution by hijacking any other step to synchronize the EEG/ET data - but if there is an "official" way to include new steps (maybe user-defined, maybe for PRs) we would appreciate some pointers :-)
Apologies if this is documented somewhere and we missed it. We'd be happy to contribute such a step to the pipeline, even though we acknowledge it is a bit on the rare side to need it ;-)
Cheers, @jschepers @behinger