-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The Best Practices document states:
ElectricalSeries are reserved for neural data. An ElectricalSeries holds signal from electrodes positioned in or around the brain that are monitoring neural activity, and only those electrodes should be in the ElectrodeTable.
For non-neural electrodes that still may store and report raw values in Volts, simply use a general TimeSeries object with units set to “Volts”.
But, EMG naturally lends itself to ElectricalSeries since it has a location
(muscle group), recording device
, filtering
parameters, A2D conversion
and offset
, and potentially relevant information about the electrode contacts.
So, I think we should amend the best practices to include all bioelectric signals in ElectricalSeries. Or else, we should have a bit more guidance on these edge cases.
Also see #327 which recommends ElectricalSeries even in the case of non-biological auxiliary channels (ttls, etc.).