mariomulansky / PySpike

Python implementation of spike distance metrics
http://mariomulansky.github.io/PySpike
Other
71 stars 30 forks source link

SPIKE distance value higher than 1 #45

Closed irenemalvestio closed 1 year ago

irenemalvestio commented 4 years ago

Hi, in my analysis I found some examples in which the spike distance profile gives values higher than 1 (even around 30) towards the end of the interval. Do you know what can be the reason?

xhulianoThe1 commented 2 years ago

Can you provide an example?

thomaskreuz commented 1 year ago

[ The problem was that there were some spikes that appeared more than once. The new PySpike checks the spike trains first and eliminates any double occurrences. It also sorts the spikes within all spike trains. ]