Alessio Buccino

Results 510 comments of Alessio Buccino

@FrancescoNegri sorry for the long delay on this from our side. I was testing the PR and it still looks unfinished, right? - if `bins` are not provided externally, it...

HI guys, interesting topic! The phase-shift in this case is called "group delay" and it's the derivative of the phase response of the filter. For a single pole filter (like...

Sam read the full message! :) In the same cluster there are both shifted versions of the waveforms! Unfortunately, in this case, there is nothing we can do on the...

> Shitting Not sure what you mean with this! Ahahahha

Thanks for keeping up the discussion guys! @JoeZiminski why not just `shift_t_start` and `set_t_start` for the two functions? As pre your proposed implementation, the `set_times_with_start_time(t_start)` is in fact only setting...

@JoeZiminski we have a very similar plotting functio: `sw.plot_drift_raster_map`. I think it would be better to extend that function and add the depth histograms? Also can you remove the npy...

@JoeZiminski since the analyzer can be recordingless, I would do the following: ``` def get_total_duration(self) -> float: if self.has_recording() or self.has_temporary_recording(): duration = self.recording.get_total_duration() else: duration = self.get_total_samples() / self.sampling_frequency...

> Cool thanks @alejoe91 I will add this mode. For testing, I can't figure out how to make a recordingless analyser 😄 I guess it is not with `create_sorting_analzyer`? Not...