btel / SpikeSort

Spike sorting library implemented in Python/NumPy/PyTables
http://spike-sort.readthedocs.org
Other
27 stars 12 forks source link

add support for data with non-continous recording #66

Closed btel closed 11 years ago

btel commented 12 years ago

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:

btel commented 11 years ago

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.