Open
Description
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.