Alessio Buccino

Results 456 comments of Alessio Buccino

Hi @rat-h This is something that is not implemented yet, but I agree would be super useful. What about having a `recording/sorting.get_parent()`? This could be automatically implemented by all preprocessors/slicing/...

@rat-h this is not implemented yet. Just made a PR! Note: this only works with parents that are single objects. The `concatenate_recordings`/`aggregate_sortings`, etc. will not have this functionality

Hi Rory, No we don't have an extractor for Phy, because essentially it's biinary data. I agree that all data are readily available, so it mike make sense to make...

Yeah you raised a good point about not having the gain and offset info. The recording can be loaded with the read_binary and if one saves a binary file with...

@guptadivyansh if you have some solutions it would be great to draft a PR so we can discuss about it! This will probably be in this file: https://github.com/SpikeInterface/spikeinterface/blob/main/src/spikeinterface/extractors/neoextractors/spikeglx.py Do you...

Yes! Sorry for the delay on this @TheChymera

> It really does seem that this drive deletion is by design though. Its even in the descriptive [comments](https://github.com/SpikeInterface/spikeinterface/blob/096bd2d877374cd982c0969aacedac501aa9e105/src/spikeinterface/sorters/runsorter.py#L401-L405) Hi @SpencerBowles this is only to map the original parent recording...

@SpencerBowles can you test this in the meanwhile - keep the recording path on the D: drive - specify the `run_sorter` `folder` in the C: drive I think this should...

Hi @manimoh Is there any code to read them in Python? We should need to implement `read_spikeglx_events`! (We have one for Open Ephys)

Hi @yarikoptic, @manimoh and @TheChymera Yes this will need to be implemented in NEO, specifically in the [`SpikeGLXRawIO`](https://github.com/NeuralEnsemble/python-neo/blob/master/neo/rawio/spikeglxrawio.py) Can you open an issue there? Once that is implemented, on the...