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

Neuropixels channel locations #16

Open
ikharitonov opened this issue Oct 30, 2023 · 5 comments
Open

Neuropixels channel locations #16

ikharitonov opened this issue Oct 30, 2023 · 5 comments

Comments

@ikharitonov
Copy link

Hi,
Working with Neuropixels, is there a way to access channel information (particularly channel locations) similarly to settings.xml from Neuropixels PXI plugin for OE GUI? The exported configuration file from NeuropixelsV1Device interface seems to only contain gain correction information. Is there documentation explaining how to parse it? Thanks.

@jonnew
Copy link
Collaborator

jonnew commented Oct 30, 2023

Hi,

Good question. In the exported file JSON or XML file, there is a field called "ElectrodeNumber". This has a well defined location on every neuropixel device. However, this is quite annoying to figure out and given the fact that we create a drawing of the probe for display purposes, it seems like XY position meta data would be a good idea.

We are in the process of completely overhauling this library, including its GUI elements. This is a good feature to add during that process. I will put an issue on the refactor indicating this feature request.

Jon

@ikharitonov
Copy link
Author

Thanks Jon, is there any publicly available reference relating "ElectrodeNumber" to the probe? If not, I guess to find other ways to estimate the channel map.

@jonnew
Copy link
Collaborator

jonnew commented Oct 31, 2023 via email

@jonnew
Copy link
Collaborator

jonnew commented Nov 1, 2023

@ikharitonov
Copy link
Author

Thank you!

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