Hi, I used OpenEphys to do recording from a single 32-channel probe. When I used probeinterface to write my probe information, the channel indices must be int. But the channel indices from OpenEphys recording is a string like 'CH1'.
So when I add probe information to my BaseRecording, I meet the error below. Is there a method to change the device_channel_indices into int to match the probe file generated from probeinterface?


Thanks!
Hi, I used OpenEphys to do recording from a single 32-channel probe. When I used probeinterface to write my probe information, the channel indices must be int. But the channel indices from OpenEphys recording is a string like 'CH1'.


So when I add probe information to my BaseRecording, I meet the error below. Is there a method to change the device_channel_indices into int to match the probe file generated from probeinterface?
Thanks!