I have found multiple entries in my data (scannning the full table now) where the recording stored by v0.SpikeSortingRecording starts from time zero rather than the unix time of the interval.
I haven't yet found a clear connection of which entries will cause it
the same sort interval all but one sort group will not have this error
The same sort group with the error will be fine for other intervals on the same day
In downstream clusterless sorting, this creates events outside the interval (with none occuring within), which can lead to failed decodes in ClusterlessDecoding
Describe the bug
I have found multiple entries in my data (scannning the full table now) where the recording stored by
v0.SpikeSortingRecording
starts from time zero rather than the unix time of the interval.I haven't yet found a clear connection of which entries will cause it
In downstream clusterless sorting, this creates events outside the interval (with none occuring within), which can lead to failed decodes in
ClusterlessDecoding
To Reproduce