Baptiste Grimaud

Results 67 comments of Baptiste Grimaud

I'm not too familiar with annotations, but with HS2 the locations are just a pair of floats per unit. I'll try to see if I can access units from both...

> I think you could just add a property to the sorting object called `hs_unit_location` As is, the resulting sorter object has a property called `unit_locations` that returns an array...

I looked into it a bit more, the recording goes through the first few filtering functions just fine until whitening. I'll try to see if any kwargs are passed differently...

@zm711 I think you were correct still, I dug into it and that neo kwarg does not get dumped in the `spikeinterface_recording` JSON. When the recording is re-loaded from folder...

@samuelgarcia I wasn't aware of this, I'll check it out ! @alejoe91 Thanks for the advice ! I switched those parameters, things changed a bit but not as much. ![Figure...

Here it is, almost entirely based on the example notebook : ``` import MEArec as mr import MEAutility as mu from pprint import pprint import matplotlib.pylab as plt %matplotlib widget...

Here's the output for `mr.plot_templates(tempgen, single_axes=False, ncols=4),` I keep zooming into it but it doesn't look like there are hidden details, just those blocks. ![Figure 6](https://github.com/user-attachments/assets/042d9418-719b-4c6a-bb97-12c10455d142) For `mr.plot_templates(tempgen, single_axes=True, cmap='rainbow')`...

Sorry for the delay, here's the output : ![Figure 8](https://github.com/user-attachments/assets/c49fc29d-d544-4a61-a0aa-618828f0b49d) Zoomed in : ![Figure 8bis](https://github.com/user-attachments/assets/5af2a561-23f6-429c-971b-744b04c8dd0d) ![Figure 9ter](https://github.com/user-attachments/assets/5e23fa82-f2ac-4630-9afc-33a199ac3d37) ![Figure 9bis](https://github.com/user-attachments/assets/0889e41f-0a61-4b21-bec5-06e85f864856) It seems that the templates are mostly matching as expected ?...

Noted, thanks for the update ! @zm711 I'm assuming this is what `get_sorter_version` returns ? For future reference.

Update : I also get a similar behavior with TdC2 at this step > Creating the mask array in compute_similarity_with_templates_array ([here](https://github.com/SpikeInterface/spikeinterface/blob/2e1f280ff82bf737ce5fcd512c74ba425043962a/src/spikeinterface/postprocessing/template_similarity.py#L386)) So this doesn't seem to be sorter-specific. Oddly, it...