SpikeInterface/probeinterface

Generating a new probegroup from old ones

Closed this issue · 1 comments

@samuelgarcia I'm trying to create a new probegroup from json files I load:
image (3)

I'm getting an error saying the probe is already attached to another probegroup.

Why is this happening and is there a workaround?

Hi @khl02007

You can get a new probe instance with probe_left_v1_new = probe_left_v1.copy(). That should not be attached to the probe group, so it should be free to be added to a new probe group! Let me know if it works!