Closed MarinManuel closed 3 months ago
We have also observed this in some of our recordings at the Allen Institute. We are still investigating why this is happening, but in all cases we've seen, the timestamps have been consistent across streams even when they are negative. So it's fine to shift all of the timestamps by the lowest value so they start at zero.
I am having some more issues with this, but the problem seem to lie with the GUI rather than the python tools, so closing this
Apologies if I am missing something obvious. I am analyzing a recording with a NPX 2.0 probe and signals recorded on a PXIe-6341 ADC. I have a sync pulse going to both and I am synchronizing the streams in Open Ephys GUI (both markers green during the recording). I am using Open Ephys GUI v0.6.7.
I am using SpikeInterface to analyze the data, but I am having some issues with the TTL markers that I send to the PXIe card not lining up with the events recorded in the continuous stream. to double check the times, I loaded the file using open-ephys-python-tools (v0.1.10) and I am seeing that some of the recordings have negative time stamps for the events, but not others
take for instance:
Is that normal and I am missing a step to get the correct alignment of times?