Supplying sampling_frequency doesn't work in compare_multiple_sorters
See original GitHub issueThe following code doesn’t work if the sorters have no sampling_frequency specified, even though sampling_frequency is being passed as argument:
msc = sc.compare_multiple_sorters(sorting_list=[sorting_KL_split,
sorting_MS4],
name_list=['KL', 'MS4'],
min_accuracy=0.5,
sampling_frequency=recording.get_sampling_frequency(),
verbose=True
)
Possible cause:
In MultiSortingComparison._do_matching
, the sampling frequency is never passed to SortingComparison
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Sampling Rate doesn't match power consumption - MSP low ...
I've changed the sampling rate with the values: 6, 10, 25, 50 and 100 Hz and the consuption didn't change. Using FLOW ESI...
Read more >PsychPortAudio only lets me use sampling frequency 48000
i.e., trying to set up to play sound at sampling frequency (fs) 2210 over 6 ... Failed to open PortAudio audio device due...
Read more >FAQ — TSFEL 0.1.4 documentation
Therefore, if you have access to the sampling rate, it is a good practice to pass the correct value. ... Does TSFEL work...
Read more >7 Questions About Sample Rate - Sweetwater
There are a couple of reasons that higher sampling rates can be advantageous; the first is that while 44.1kHz is the standard for...
Read more >fft, problem in determining sampling frequency - MathWorks
it works, but it doesn't make sense. because I can change the frequency axis's magnitudes! and the y axis (Amplitude spectrum) is constant......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oups sorry, I am doing refactoring in spikecomparison. You made the commit onspikeextractors, so no worry. I thought you made it in spikecomparison.
I see. Well I think @samuelgarcia can fix this issue in his refactoring (as you mentioned).
I am glad that our package is working well for you! We really appreciate your feedback and we hope to make it more polished in future versions. 😃