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 Project Notes #3

Open
weiglszonja opened this issue Jul 31, 2024 · 0 comments
Open

Neuropixels Project Notes #3

weiglszonja opened this issue Jul 31, 2024 · 0 comments

Comments

@weiglszonja
Copy link
Collaborator

weiglszonja commented Jul 31, 2024

Neuropixels Project

The ecephys recording is in OpenEphys binary format and has multiple streams (NIDAQ, AP, LF)

  • managed to write the raw, and LFP traces with OpenEphysRecordingInterface
  • TODO: add NIDAQ stream

We also have a J076_12-06.json file in the example recording folder:

{
      "specification": "probeinterface",
      "version": "0.2.2dev0",
      "probes": [
        {
          "ndim": 2,
          "si_units": "um",
          "annotations": {
            "name": ""
          },
          "contact_positions": [
            [
              11.0,
              860.0
            ],
            [ ...
  • can read with probeinterface
probegroup = read_probeinterface('J076_12-06.json')
Screenshot 2024-07-31 at 12 14 06 (2)
  • ask how many probes
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

1 participant