neuromodulation / py_neuromodulation

Real-time analysis of intracranial neurophysiology recordings.
https://neuromodulation.github.io/py_neuromodulation/
MIT License
46 stars 11 forks source link

Bug with nm_channels "used" keyword #272

Closed timonmerk closed 11 months ago

timonmerk commented 11 months ago

Currently this keyword only sets the ch_names parameter, but does not affects the passed data shape to each feature function.

Therefore, it would be optimal to include an nm_channels class that can be passed as a first element in the preprocecessors list in nm_run_analysis

timonmerk commented 11 months ago

274