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

How to create a channel map for a microwire array electrode? #285

Open
li1901 opened this issue Jul 17, 2024 · 1 comment
Open

How to create a channel map for a microwire array electrode? #285

li1901 opened this issue Jul 17, 2024 · 1 comment

Comments

@li1901
Copy link

li1901 commented Jul 17, 2024

My electrode is a 32-channel microwire array electrode, with the electrode site at the bottom end of each wire. I currently have two ideas: one is to use generate_multi_columns_probe. The other is to use generate_multi_shank, with only one site on each shank, but for generate_multi_shank I've only seen horizontally distributed multiple shanks and not a combination of horizontal and vertical distribution.
51b9ecddbcc88b0eb6dc2939721a472

@samuelgarcia
Copy link
Member

Hi,
one way to create a probe from scratch is to use an excel, then read it with pandas and then create the probe using
Probe.from_dataframe()

Usin this approach is simpler for custum probes than using internal probe generator.

Zach made a cool tuto on this video around 18''
https://www.youtube.com/watch?v=pHze_8s4Qak&t=4605s

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