hi all,
I am missing an option to exclude misc channels (EOG, ECG, EMG, or the like) only temporarily during preprocessing.
so far this data is removed from the file.
it's easy to fix this later on, but i think it would be an improvement for automagic if the pipeline could handle this.
the simplest implementation would be to store all excluded channel data (in memory or better on disc) and reattach them to the preprocessed file before saving.
this could be controlled with a checkbox in the gui.
alternatives:
- data could be added back by default (no gui change needed)
- let ppl choose which channels to reattach. not sure if this is necessary, though.
I'd be happy to implement this functionality if you are interested (not the gui, though).
one would need to pay attention to the channel indices. especially if automagic adds a reference channel to the dataset
cheers,
Dominik