-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run spike sorting on multiple files from the same session #811
Comments
There isn't currently a way to do this through Kilosort, but it will be available in the future. The utility I was adding for it still needs some work. |
Actually, not as much work as I thought. There's a working version in the latest commit, but like I said I haven't done much testing with it yet. If you want to try it, you can install using the developer instructions at the bottom of the read me and pull the latest changes. This is the minimal code needed:
|
Thanks, I will give this try, but do you have any idea when the final add-on will be available? I just wanted to check whether it will be available by the time I start the data analysis |
I don't know, we have other priorities for development right now. |
Hi, I'm not sure if @PiezaKake ever tested this after asking about the feature, but I have been trying to run batches of files from one session and have run into an issue that appears to arise when the sorting tries to transition from one file to another. The error is somewhere in spikedetect.py and comes when it tries to pad and switch between files. ![]() |
Okay, thanks for catching that! I'll try to work on this soon. |
Feature you'd like to see:
Run Spike sorting on multiple files with the same configuration from the same session
Additional Context
Hi, I was wondering if it is possible to run spike sorting on multiple files with the same configuration.
I will soon start recording with open ephys, and my plan was to record multiple files in each session. Is it possible to 'feed' all files from a single session into kilosort for a single spike sorting output, insead of running spike sorting for each file individually?
The text was updated successfully, but these errors were encountered: