Alessio Buccino
Alessio Buccino
> Just noticed: The unit tests use Python 3.8, but the new hs-detection package uses 3.9 features. Will it be kept at 3.8 for now, what's the plan? @mhhennig is...
Hi @BptGrm > I'm working on BioCAM MEA recordings, and so far I've been able to use the standalone HerdingSpikes sorter without issues, reading directly from the proprietary .brw files....
Hi, So the `probeinterface` implementation is a port from `spikeectractors` and written by @mhhennig: You can see that the locations are extracted [here](https://github.com/SpikeInterface/spikeextractors/blob/master/spikeextractors/extractors/biocamrecordingextractor/biocamrecordingextractor.py#L123-L126) (`rawIndices`) and [used as channel locations](https://github.com/SpikeInterface/spikeextractors/blob/master/spikeextractors/extractors/biocamrecordingextractor/biocamrecordingextractor.py#L28). In...
> > @BptGrm are you in touch with 3Brain? Could you reach out and ask for assistance? > > I am, I'll ask them about it ! > > The...
How did you instantiate the `HSDetection` from a spikeinterface object? Did you use the [this class](https://github.com/mhhennig/HS2/blob/master/herdingspikes/probe.py#L260)?
Yeah maybe open an issue also on the HS page since it's very specific. We'll keep it open also here for the time being :)
@h-mayorquin you can extend the `copy_metadata` function: https://github.com/SpikeInterface/spikeinterface/blob/master/spikeinterface/core/base.py#L227
Hi suggest adding this to the `NeoBaseRecordingExtractor`: ``` def get_traces(self, segment_index: Union[int, None] = None, start_frame: Union[int, None] = None, end_frame: Union[int, None] = None, channel_ids: Union[Iterable, None] = None,...
> except the cascade of if that could be done in one line with and ????
@h-mayorquin please go ahead!