Alessio Buccino

Results 424 comments of Alessio Buccino
trafficstars

@TdSNielsen thanks for your suggestion! I definitely agree that a step-by-step guide would be helpful! We are planning a release in September and we'll do our best to accompany it...

@TdSNielsen we're closing this now, but we'd be happy to discuss more about how to improve documentation on our side!

Hi! This is fixed in master, can you try to install from source? Cheers Alessio

Can you paste the entire traceback? You have your recording and sorting.json in the folder? What type of recording are you using?

Ahhh! That's the problem! The `NumpySorting` is not dumpable, as it has all spike times and labels in memory. To solve this you can first save the sorting to to...

Anyways, we should have better checks and more informative error messages on our side, so thanks for opening the issue!

@ClaraBesserer you can also use the `read_openephys()` function instead of loading the binary file directly!

@samuelgarcia does neo loads the `timestamps.npy` for open ephys?

Hi Thomas, The probe definition looks good. Since you want to sort single channels separately, note that you have to use `by_shank=True` when setting the probe: ``` recording = recording.set_probe(probe,...

oups my bad: It should be: `recording = recording.set_probe(probe, group_mode="by_shank")` It's very strange that it gives the no probe information error..I'll quickly try to reproduce the issue on my side.