Skip to content

Electrode selection in Extracellular electrophysiology Recording #787

@letiziasignorelli

Description

@letiziasignorelli

Hi,

I'm trying to convert electrophysiological data from Axona to NWB using the code from the Neuroconv Examples Gallery.

Currently in the lab we're using channels 17-32 for recording, so tetrodes 5-8.
When I extract metadata from the .set file I can see that the correct groups are extracted.
If I print metadata["Ecephys"]["ElectrodeGroup"] , I get:

[{'name': '8',
  'location': '',
  'device': 'Axona',
  'description': 'Group 8 electrodes.'},
 {'name': '5',
  'location': '',
  'device': 'Axona',
  'description': 'Group 5 electrodes.'},
 {'name': '6',
  'location': '',
  'device': 'Axona',
  'description': 'Group 6 electrodes.'},
 {'name': '7',
  'location': '',
  'device': 'Axona',
  'description': 'Group 7 electrodes.'}]

But then after running the conversion and plotting the extracted signals, I don't get the correct channels (I can see it's only noise in the output).
If instead, I try to extract the first 32 channels (so tetrodes 1-8) I'm getting the correct signals in channels 17-32.
I wonder if I'm selecting the groups correctly.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions