Open Kasia-Bz opened 3 years ago
Hi @Kasia-Bz , for the first error, it looks like the number of data channels indicated in the create_input_json.py
file is incorrect. 22608838945
is evenly divisible by 385
, so I'm guessing that's what the value of "num_channels"
should be.
I'm not sure what's going on with the second error, can you print out the values of spike_times
and spikes_to_remove
?
The latest changes to the code base add compatibility with Kilosort3, including the option to ignore the PC-based metrics when pc_features.npy
is not available.
Hello, I have been trying to calculate mean waveforms on my data. I used all three: Kilosort2, Kilosort 2.5 and Kilosort 3 outputs and I always get the same error:
Could you please help me with how I could fix this error?
I also tried to run the post processing module, but I get an error: ecephys spike sorting: kilosort postprocessing module
Lastly, I noticed that in the output from Kilosort3, there are no longer files: pc_feature_ind.npy and pc_feature.npy. Are you planning to switch to Kilosort3 in the future?
Thank you in advance for your help.