cortex-lab / phy

phy: interactive visualization and manual spike sorting of large-scale ephys data
BSD 3-Clause "New" or "Revised" License
313 stars 157 forks source link

TraceView feature request: center the cluster channels & auto-update #1092

Open hanhou opened 3 years ago

hanhou commented 3 years ago

The "Go to next/previous spike" shortcuts (Alt + PgDown / PgUp) are really nice, but it only bring the time of the next/previous spike to the center of the view, not the channels. If I select another cluster far away from the current one, I have to (1) Press Alt + PgDown and (2) zoom out the trace view to locate the new cluster on the probe and then zoom in. It would be great if the following features can be added: (1) When Alt+PgDown/PgUp is pressed, center the spike both along the horizontal time axis and the vertical probe axis (2) If auto_update is enabled, selecting another cluster will automatically center the next spike of the new cluster (no need to press Alt+PgDown/PgUp again)

Thanks a lot!