Baptiste Grimaud
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.  For `mr.plot_templates(tempgen, single_axes=True, cmap='rainbow')`...
Sorry for the delay, here's the output :  Zoomed in :    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...