Alessio Buccino

Results 645 comments of Alessio Buccino

So you're not using the spikeinterface plot_rasters? Can you try just `sw.plot_rasters(sorting)`?

Ok, thanks for checking. I have another potential explanation, but it might be a bit far fetched. Whe you get a very strong and synchronous burst, many many spike swill...

Hi @b-grimaud The issue is the plane. By default, cells are oriented as in a in vivo settings, and the plane should be `yz`. If you use `xy`, then the...

Something is really weird in the traces...can you paste you're entire code? I'll try to reproduce the issue

Can you try the `plot_templates` with the `tempgen`?

@b-grimaud actually everything seems to work on my end, and the problem could be in the `overlay_templates`. Here's a snippet of the data loaded and plotted with spikeinterface: ![image](https://github.com/user-attachments/assets/28e28d7d-3301-4c1b-b2d8-929562475127)

also the overlay templates seems to be ok..since you have so many electrodes on both axis, you need to zoom in in order to see them properly, since at each...

Ok great! Not too much fine tuning is possible, except for choosing some boundaries for the distance from the probe (x limits). In general the spread will depend on the...

@JoeZiminski I was going through this again and it looks really good! :) We could just add a reference to the `get_duration`/`get_total_duration` and the recently added `get_start_time`/`get_end_time` as well.

Also, the `shift_start_time` is not in main yet. Is there an open PR for it?