Some recording systems do not save data continously, but the just record segments triggered on spikes. This means that the resulting signals are not uniformly sampled.
We could support this data in one of two ways:
add another dimension to spike_data array with consecutive traces
add a property to dictionary to store segment offset into concatenated 1d signal
Since currently there is not so much interest in this feature, I will close it for now. We can re-open if we get some actual data with non-continous segments.
Some recording systems do not save data continously, but the just record segments triggered on spikes. This means that the resulting signals are not uniformly sampled.
We could support this data in one of two ways: