codeneuro / spikefinder-python

python module for testing spike detection algorithms
MIT License
1 stars 3 forks source link

Sampling rate #5

Closed philippberens closed 8 years ago

philippberens commented 8 years ago

@freeman-lab

For evaluation, we probably don't want to evaluate at the full 100 Hz that the signals are provided in. For the paper we used 25 Hz. Also, we want to be able to vary the resolution for making plots.

We have to find a way to pass as argument.

freeman-lab commented 8 years ago

This should now be being handled correctly, there's an argument downsample to the main score function with a default value of 4.