Sorter does not recognize a probe is added to the recording #2954
-
I've recently started to use spike Interface, and so far it's been working well. However, I am currently running into an issue when sorting my recording. My recording did not come with data about what probe was used. I learned from my professor however that the setup was three shanks each with a single electrode. So I created one using the generate_multi_shank method and set the probe to the recording. When using the get_probe method on the recording, the probe is returned, however when I go to sort, I get an error stating there is no probe attached to the recording. This seems to drastically lengthen the time my code takes to execute. Secondly, when I try to use the detect_peaks method using the method "by_channel" and the gather_mode "npy", I run into a string concatenation error. Am I doing something wrong?
Picture: (https://github.com/SpikeInterface/spikeinterface/assets/159394395/eeebaba2-34b5-4f34-b080-8b9627ccf686) TypeError: unsupported operand type(s) for /: 'str' and 'str' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, sorry, you probably opened this here and then on issue, sadly, we don't check here as much as we do the issue. But this was fixed satisfactorly: |
Beta Was this translation helpful? Give feedback.
Hi, sorry, you probably opened this here and then on issue, sadly, we don't check here as much as we do the issue. But this was fixed satisfactorly:
#2982