You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the right style for the probe file when I want to include the data from a single electrode?
As far as I saw it seems impossible with this code:
"N = max(max(max(t) for t in edges) for edges in probes.itervalues())"
Actually I want to sort the data from a 96 multi electrode arry which I know there is not any interaction between pairs of electrodes and so that I think I should import data from each channel as different probes in .probe file.
Am I right? Does it work for me anyway?
Regards,
Ehsan Sabri
The text was updated successfully, but these errors were encountered:
Dear Developers,
Thanks for the great package.
What is the right style for the probe file when I want to include the data from a single electrode?
As far as I saw it seems impossible with this code:
"N = max(max(max(t) for t in edges) for edges in probes.itervalues())"
Actually I want to sort the data from a 96 multi electrode arry which I know there is not any interaction between pairs of electrodes and so that I think I should import data from each channel as different probes in .probe file.
Am I right? Does it work for me anyway?
Regards,
Ehsan Sabri
The text was updated successfully, but these errors were encountered: