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

Electrode bank in neuropixels #574

Open
PSY-Yibo opened this issue Jun 19, 2023 · 2 comments
Open

Electrode bank in neuropixels #574

PSY-Yibo opened this issue Jun 19, 2023 · 2 comments

Comments

@PSY-Yibo
Copy link

PSY-Yibo commented Jun 19, 2023

Hi -- We have some data from Neuropixels by Open Ephys. How can I get which Electrode bank I recode? Can I get it from the recording binary format data containing continuous, events, and spikes data? Or, whether I can only save it when setting the parameters in Neuropixels PXI Plugins as the photo.

Neuropixels_PXI
@jsiegle
Copy link
Member

jsiegle commented Jun 19, 2023

Hi there! The electrode bank is stored in the settings.xml file which is saved along with each recording. Each probe has a section named NP_PROBE, which contains a CHANNELS entry that specifies the selected bank for each channel (with 0-based indexing on both banks and channel numbers).

You can also extract the electrode bank from the exported IMRO files.

The JSON files conform to the ProbeInterface specification, and only includes site geometry (not bank info).

@PSY-Yibo
Copy link
Author

Thank you so much! I get it.

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