Chris Halcrow
Chris Halcrow
Hello, there seems to be some style inconsistencies on the API. A good example is the difference between `plot_unit_waveforms_density_map` and `plot_unit_waveforms` (https://spikeinterface--2861.org.readthedocs.build/en/2861/api.html#spikeinterface.widgets.plot_unit_waveforms_density_map) The first has white boxes, the second has...
> Thanks a lot @chrishalcrow I just blindly assumed this was due to some RTD stylistic change but never actually checked. I think the reason is that for classes the...
> Isn't it easier to just tell the user to add the needed extension before the extension that generates the error?. I think this is easier to mantain and document....
I've updated it so that `extensions` is not edited/updated. Thanks @h-mayorquin So the other issue comes down to whether `['waveforms', 'random_spikes']` is an error or not. This decision is beyond...
Hello, Thanks for posting the issue. I can't reproduce the error. Here was my attempt to reproduce: ``` import spikeinterface.full as si rec, sort = si.generate_ground_truth_recording() analyzer_obj = si.create_sorting_analyzer(recording=rec, sorting=sort,...
I managed to debug the errors, I think! This could be the cause of the hanging, or maybe not. I would appreciate it if you could try out the newly...
Nice, works for me! Maybe we could warn the user in some cases? E.g. deleting random spikes deletes everything! Or tell them what's happening: "{child}, which depends on {parent}, has...
I know that I would be confused if I deleted "random_spikes" and everything vanished. I might not realise that the other extensions were deleted when I deleted random_spikes. So the...
Hi @fruce-ki - `plot_isi_distribution` currently only accepts a sorting object (https://spikeinterface.readthedocs.io/en/stable/api.html#spikeinterface.widgets.plot_isi_distribution), which you can access from the analyzer. So you can run something like ``` python pui = siwg.plot_isi_distribution(analyzer.sorting, ...)...
haha - we should celebrate the many contributions to humanity that began as stupid posts :) (PS: and not stupid at all! The rest of our API would naturally suggest...