Skip to content

possible enhancement: option to add excluded channels back to data after preprocessing #61

@dominikwelke

Description

@dominikwelke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions