Alessio Buccino

Results 444 comments of Alessio Buccino

Hi @jkb521 sorry for our very late reply. Could you provide some more info? What is the code you are running? How are you preprocessing the data?

Hi @matiasandina Sorry it took sometime to reply to this. One way to prevent issues of KS to run with few channels (e.g. tetrodes) would be to just `run_kilosort` without...

@matiasandina Closing this for now, feel free to reopen or open another issue if you have other questions!

Thanks @phanhuynh! Note that this is for Windows! Somehow the local installation fails.. @chyumin do you have time (and a windows machine) to look into this?

@phanhuynh try to remove the SPIKEINTERFACE_DEV_PATH and upgrade spikeinterface. It should work!!

@chyumin does this happen for all recordings? Maybe something just went wrong!

@chyumin can you try to install the sorter locally and see if the same error appears? How long is the test recording?

Hi @YangWenfei-philip Can you try to `pip uninstall herdingspikes` and then reinstall it: `pip install herdingspikes`?

Hi, This is a warning, so don't worry about it ;) Can you tell us when this happens? What is the code that is triggering it? Cheers Alessio

Hi @colehurwitz We have a function `sorting.remove_empty_units()` which returns the new "full" sorting. I agree that this should be done automatically at waveform extraction. Something like: ``` if sorting.has_empth_units(): #...