Skip to content

Commit

Permalink
Fix channel vs. bin mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed May 21, 2024
1 parent 3942032 commit 5d2e6e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/spikeinterface/widgets/motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ class MotionWidget(BaseWidget):
1) 'Peak depth' plot displaying the peak location for all detected spikes over time
before motion correction.
2) 'Corrected peak depth' displayed the peak location for all detected spikes
2) 'Corrected peak depth' displays the peak location for all detected spikes
over time after motion correction.
3) 'Motion vectors' plot shows the estimated displacement per channel
across time. The average displacement is shown in blue.
3) 'Motion vectors' plot shows the estimated displacement per spatial
bin across time. The average displacement is shown in blue.
4) 'Motion vectors nonrigid' plot shows a heatmap of the estimated
motion across the depth of the probe and time.
Expand Down

0 comments on commit 5d2e6e6

Please sign in to comment.