quick fix for spikeglx probe#596
Conversation
|
Hi Herberto. |
Co-authored-by: Alessio Buccino <alejoe9187@gmail.com>
…uro/spikeinterface into spike_lgx_probe_logic
|
The meta file corresponding to the How do you want to handle this? |
In that case what I would do (in spikeinterface) is to look for the corresponding AP file and load the probe from there. What do you think? |
Yes, I think that makes sense. Is there any reason to expect those two files to be different. The few meta files that I have seen are mostly identical in all the properties. Maybe you know more about this. |
|
Yeah the LF doesn't have the shank map! Which is used to construct channel locations (hence the error) |
@h-mayorquin do you have time to try to implement this? basically look for the ap file with the same stem as the lf file and load the probe from there (if |
|
I implemented the requested changes. There seems to be a different error. This was working locally for me with the Where are the instructions to run the tests locally? You used a different data structure for the tests than the one in neo or |
|
@h-mayorquin we should skip the probe loading if the steam is |
|
@samuelgarcia removed the |
@alejoe91 and I were discussing today the loading of the probe geometry for spikeglx. These are the requested changes.