Hi Aaron,
thank you! This indeed put me
into the right direction. I now managed to read the spike events (which
is all I have in the test configuration) correctly. If this is of
interested I am of course more than willing to share my modified
event_listener script.
What is left from my
point of view is to understand the timestamp of the spike. This does not
seem to be in the same format as the timestamp of the event. E.g. I
might get this spike event info (in Python):
print('%g: Spike: %s' % (timestamp_seconds, spike))
5.38823:
Spike: OrderedDict([('EventType', 130), ('ElectrodeType', 1),
('SourceProcessorID', 104), ('SourceSubprocessorIdx', 0),
('SourceElectrodeIdx', 1), ('timestamp', 215529), ('sorted_id', 0),
('data', None)])
Looking through the OpenEphys
source code I could not really find a good explanation. Is this the time
since the last sync of hard and software? How do I interpret this
timestamp?
Best,
Marcus