-
Notifications
You must be signed in to change notification settings - Fork 231
Description
Hi,
I'm using 2.0 Neuropixel probes with 4 shanks. Following the 'Analyze Neuropixels datasets' tutorial I see that si.plot_probe_map(raw_rec, ax=ax, with_channel_ids=True) produces a plot with the wrong channel mapping, where all channels appear on the first shank, even though the four shanks are plotted.
With ax.set_ylim(-50, 3000):
According to this issue the problem with plotting 4 shank probes was solved by upgrading to version 0.97.1, but I'm running version 0.99.0.dev0 and something similar is happening.
I run the whole tutorial and the shanks are being represented as a single one on the sortingview widget as well, so I guess they are just being treated as a single shank throughout the tutorial?
What is recommended for these probes? Should I just split the files into one per shank and analyze them separately like here, or is there a way to treat them as a single probe with four shanks?
Thanks!!

