Open
Description
I'm trying to convert my own MEA dataset into SpikeInterface and use the SpikeInterface to analyze my data.
I have managed to generate the BaseRecording object by NumpyRecording function (spikeinterface.extractors) and plot the data by spikeinterface.widgets.
But I can not add the timestamps of stimulation to my data or show the events in spikeinterface.widgets.
I wish to find the documents about how to generate Event information for my own data.
Wish to get your help.
Thanks!