Help: Example spike-sorting analysis with sample data
Dear kilosort team,
I'm experiencing an issue with the probe download functionality in Kilosort. While the main data download works correctly in the first code block of the tutorial, the second code block fails when trying to execute:
from kilosort.utils import download_probes download_probes()
The function throws a "module not found" error, which prevents downloading the necessary probe .mat files required for channel mapping. This makes it impossible to complete the spike-sorting tutorial as the probe files are essential for the analysis.
Could you please share it? Thanks very much
Best wishes, Yipeng Yao
Can you please include the full traceback message for the error? It sounds like this is an issue with your kilosort installation. Also please specify if you're using the google collab version or running it on your own machine.