open-ephys / onix-bonsai-onix1

Bonsai library for the Open Ephys Onix Acquisition System
https://open-ephys.github.io/onix1-bonsai-docs
MIT License
4 stars 3 forks source link

Incorrect probe type listed for probes #270

Closed bparks13 closed 1 week ago

bparks13 commented 2 weeks ago

For NeuropixelsV1eProbeGroup and NeuropixelsV2eProbeGroup, the default constructor assigns a ProbeAnnotation.Name of either "Neuropixels 1.0e" or "Neuropixels 2.0e". This is incorrect; that field should be defining the probe type.

For consistency, we could match the probe names given by the OE GUI (see below).

image

For us, this would mean that we would use "Neuropixels 1.0" and "Neuropixels 2.0 4-shank", since we have not implemented the single shank yet.