Alessio Buccino
Alessio Buccino
Hi @gwq123456 What kind of cllustering operation are you referring to? You can get the spike trains wiht: ``` st = sorting.get_unit_spike_train(unit_id=unit) ```
Hi @hpay Thanks for the report. Indeed the easiest way to speed it up is to use more jobs, but I'd recommend using a much smaller `chunk_duration`. I usually use...
Indeed that seems to only control the number of channels on which PC projections are computed. For a nice visualization, I would recommend using the `sparsity_dict` argument: ``` # example...
Mmm we can discuss about it! @hpay what do you think? Pre-computing all the required data would take some extra lines of code, but in general you can control all...
We can try to fix it by adding this at the end of the [unit loop](https://github.com/SpikeInterface/spikeinterface/blob/master/spikeinterface/core/waveform_tools.py#L330-L352): `del wfs` @Dradeliomecus can you try locally if it fixes your issue?
> I'll try, but shouldn't it be deleted automatically when the variable is overwritten? > > I never understand how the garbage collecting works in Python ... it should...then we...
@khl02007 can you heck the `log` file in the output folder?
HI @betty6you Looking at the notebook it seems that tridesclous only found 1 good unit..Is it possible that the recording doesn't have any clearly isolated unit? This could explain the...
@caniko nope! Thanks for the constructive feedback! We'll make a separate PR!
export to phy output is different in the new version of spikeinterface (0.95) _ phy can not open it.
Hi @Aryo-Zare Could you share the dataset with me? Seems to be an issue on our side in the shape of the computed amplitudes..