Chris Halcrow

Results 62 comments of Chris Halcrow

Hello, [Motion Correction](https://spikeinterface.readthedocs.io/en/latest/api.html#spikeinterface.sortingcomponents.motion.correct_motion_on_peaks) is now there. But `load_motion_info` and `save_motion_info`. Should these be in the `preprocessing` api? If yes, I'll add them there.

Yes, if you can get herdingspikes to install (https://github.com/mhhennig/HS2) it's really really fast for sorting. So it's good for this kind of analysis where you try out lots of different...

I also vote 1, 2, 3. There's something about hashtags that hurt my eyes.

Hello, sorry sorry. I only know the newer versions of herdingspikes - it changed a bit at version v0.4.3 (https://github.com/mhhennig/HS2) I'd recommend installing the newest version and having another go...

Hey @DavidLucha , there's a `phase_shift` function https://spikeinterface.readthedocs.io/en/latest/api.html#spikeinterface.preprocessing.phase_shift which you can access using something like ``` import spikeinterface.full as si phase_shifted_recording = si.phase_shift(recording) ``` or ``` import spikeinterface.preprocessing as sipp...

Oops, sorry, I'm bad at reading... So, we just use the `get_neuropixels_sample_shifts` function which can be found here: [src/spikeinterface/extractors/neuropixels_utils.py](https://github.com/SpikeInterface/spikeinterface/blob/508de1e306747dcf1af708834f59923ad3ce712f/src/spikeinterface/extractors/neuropixels_utils.py#L7) So you might be able to use something like ``` python...

Hey @bendichter PR #3905 added `medicine` to the motion correction presets. This was added before the newest release, so will work in version 102.3 and above. Uou can use it...

Hey @ecobost we definitely want users to be able to set any channel ids in any order they want. This is definitely a bug! Managed to reproduce the bug locally...

Hello, this looks great! A few things: - It'd be great to add some details to the docs. You can add the sorter to the list of supported sorters in...

Thanks! I think it'd be great to have a unified way for the user to check what's available for them. We currently have: `si.available_sorters()` returns the supported sorters. `si.get_available_analyzer_extensions()` returns...