Alessio Buccino
Alessio Buccino
@yger in the last couple of commits a fixed some bugs in the waveforms and PCa metrics: - in both cases, the mask implementation was extracting multiple times large arrays,...
Oups! I think I messed it up with the `meta_merging` branch here: https://github.com/SpikeInterface/spikeinterface/pull/3043/commits/9e9c3fd7b3a812b3b895e735877e2a3df7c78e91
Removed all changes in the last commit. Let's remember to squash and merge!!!
and merged with #3154 There are a couple of points left: 1. @yger I commented out your test all extensions in core. There are added tests to the postprocessing module...
actually, the previous PR ran all tests fine, so it might be fixed already???
https://github.com/SpikeInterface/spikeinterface/actions/runs/9694881804/job/26753475352
I'll probably take the chance and add a Doc page as soon as I have some free time :)
Hi @khl02007! You can use the [`write_sorting_analyzer`](https://github.com/catalystneuro/neuroconv/blob/main/src/neuroconv/tools/spikeinterface/spikeinterface.py#L2037) from the `neuroconv` package! ``` from neuroconv.tools.spikeinterface.spikeinterface import write_sorting_analyzer write_sorting_analyzer(sorting_analyzer, nwbfile_path="path-to-nwb-file") ``` You can also write to an open nwbfile using the `nwbfile`...