Skip to content

The function "get_neuropixels_channel_groups" uses the wrong input #3884

Open
@Laohusong

Description

@Laohusong

In "src/spikeinterface/extractors/neuropixels_utils.py" ,
The function "get_neuropixels_channel_groups" has the input as "num_channels=384, num_adcs=12". But it uses the "num_channels_per_adc" instead of "num_adcs".

Another thing worth mentioning, "num_channels_per_adc" and "num_adcs" are misleading in some places. For example, the "num_adcs" should be 12 and "num_channels_per_adc" should be 32 in neuropixels1.0 but num_channels_per_adc is set to be 12 and often replaces "num_adcs".

Hope to fix it soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    extractorsRelated to extractors module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions