Alessio Buccino

Results 632 comments of Alessio Buccino

Hi @borrepp Individual waveforms are not saved. Only the mean and std of the waveforms are added as columns.

Probably worth porting this issue over to `neuroconv`: https://github.com/catalystneuro/neuroconv The "problem" is that by default the waveforms are only extracted on a subset of spikes, and I think that NWB...

> Updated neo, getting failures with waveforms though. very weird failure though. Seems like an f-string is badly fomratted

> ``` > src/spikeinterface/core/tests/test_waveform_tools.py:110: > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _...

@magland can you take a look at this?

@atombysx You can do that with this (e.g., running on 10 minutes data): ``` probe0_preprocessed_corrected_stub = probe0_preprocessed_corrected.frame_slice( start_frame=0, end_frame=int(600 * probe0_preprocessed_corrected.sampling_frequency) ) ``` and then use the `run_sorter` function with...

@b-grimaud I think you could just add a property to the sorting object called `hs_unit_location`. If this is usefukt to you, I think it wouldn't hurt adding it!

I think that it might be missing from the self._kwargs...can you check @b-grimaud ?

IMO it is especially weird and for sure noisy! The problem is that the method uses a monopolar triangulation, which is expected to smoothly decay in space. For the unit...

Sure COM would be bound within the probe boundary but it's less accurate. To estimate location, we just use the ptp on a subset of channels. The distribution of such...