Multi-gate and multi-trigger t_starts
in SpikeGLX are incorrectly set to 0
#1607
Milestone
t_starts
in SpikeGLX are incorrectly set to 0
#1607
As discussed with @samuelgarcia the starting time of the segments in SpikeGLX are set to 0 here:
python-neo/neo/rawio/spikeglxrawio.py
Lines 231 to 238 in 0ae6e76
But in the metadata there is a
firstFrame
value:https://billkarsh.github.io/SpikeGLX/Sgl_help/Metadata_30.html
This is important so the correct times can be propagated to downstream applications.
We have data on gin that has this metadata so I can submit a patch.
The text was updated successfully, but these errors were encountered: