Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 channel data #17

Open
esiabri opened this issue Nov 3, 2013 · 1 comment
Open

1 channel data #17

esiabri opened this issue Nov 3, 2013 · 1 comment
Assignees

Comments

@esiabri
Copy link

esiabri commented Nov 3, 2013

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

@esiabri
Copy link
Author

esiabri commented Nov 3, 2013

Solved!
just commented these two lines (68-68) from probes.py:
else:
raise ValueError("Probe graph doesn't allow self-connections.")

please let me know if this might raise any problem.

best

@ghost ghost assigned rossant Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants