I am wondering now about the best way to treat and present epochs which are derived from a continuously recorded channel with the BaseRawIO derived classes.
More specifically, I have a RawIO derived from BaseRawIO which has a specific continuously sampled channel which just turns on and off to some arbitrary value to denote events occurring in the experiment. (I imagine this is a common use case.)
So how best to present these epochs within the Neo RawIO and IO model?
I cannot find support for epochs per se in BaseRawIO, though it seems like the Events and Epochs may be run together there.