-
Notifications
You must be signed in to change notification settings - Fork 1
Description
With v1.0.1 of the GUI, the LFP Viewer has the ability to color channels By Shank
, but this will require us to add some information to the continuous channels. Specifically, we can add the X/Y position of the electrodes as they are represented in the ProbeInterface configuration, as well as the shank name as a Group in the channel.
NOTE: This will not work as-is, because currently the LFP Viewer cannot resolve two channels that have the exact same Y position, which some Neuropixels electrodes do. The PXI plugin gets around this by not reporting the true X/Y value of the channel, and always incrementing the electrodes so there is at least 1 micron difference between consecutive electrodes, but the next version of the GUI should fix this issue. Until that version is released, this will need to remain as an issue or a draft PR.