-
Notifications
You must be signed in to change notification settings - Fork 7
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
double-sided probes #9
Comments
It is a complicated case that was not taken in account. |
Hi @WeissShahaf @samuelgarcia yeah I was also thinking this could be handled by 3d probes. In addition, probe contours could also handle 3d point to describe a 3D polygon. I think that the 2 sides could also be split in two shanks, since you would not expect to see the same units and one would probably want to spike sort each side separately. @WeissShahaf do you have a referebce for the probe you're using? |
@alejoe91 the new 128ch cambridge probes (will soon be updated) have a thickness of 30um. for example the H7. is 15 um thick, the double-sided version is 30 um thick. same layout: <style> </style>
so i was thinking just duplicating the electrode positions, adding a -15 to the z of the first 64 channels, and a +15 to the last 64 channels |
the DBC JANUS probes like the P64-1 are also 30um. |
Dear Devs,
what is the best way to handle double-sided probes?
should i treat the two sides as different probe groups or if they are thin enough as a 3d probe with contacts having same x,y, but different z?
The text was updated successfully, but these errors were encountered: