Heberto Mayorquin

Results 511 comments of Heberto Mayorquin

Can you update neo to its latest version? I just fixed this and this was included in a release. Just do: ```python from spikeinterface.extractors import read_plexon stream_name = "WB-Wideband" read_plexon(file_path,...

Yes, for some reason your recording does not have streams. Can you run the code that @zm711 suggested and print the header: ```python from neo.rawio import PlexonRawIO reader = PlexonRawIO(file_path)...

Hey, Sam, let's actually talk one of these days about it. I have some material and know more or less how the file is structured

He shared a file with me. I can open the issue.

Let's keep an eye on this, we have way more runners on neuroconv and this is not a common problem there.

Sup, @cheydrick, hope you are doing well in Texas. The behavior in your PR is what I wanted to implement but @samuelgarcia pointed out some possible complication that we have...

> It is the case that every time a data chunk is accessed the file would need to be reopened and memory mapped? e.g. preprocessing a 1h recording in 2...

In a dire attempt against everything that is beautiful we will move forward on this one with a flag that switches the behavior for closing on every call to the...

So, we should use the one that is used on markdown, that's `here` right?

Probably a bug, have you used the generate_recording and generate_sorting functionality? If you can create a minimal example this will go a long way for us to move forward quicker...