From e90436065dbc47a7fd15086377c2ea6cd826a38d Mon Sep 17 00:00:00 2001 From: jacobpennington Date: Tue, 5 Mar 2024 11:31:19 -0800 Subject: [PATCH] updated instructions for probe view in GUI --- kilosort/gui/probe_view_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kilosort/gui/probe_view_box.py b/kilosort/gui/probe_view_box.py index db5faf0a..41388000 100644 --- a/kilosort/gui/probe_view_box.py +++ b/kilosort/gui/probe_view_box.py @@ -19,7 +19,7 @@ def __init__(self, parent): self.probe_view = pg.PlotWidget() self.info_message = QtWidgets.QLabel( - "scroll to zoom, click to view channel,\nright click to disable channel" + "Scroll to zoom\n Left click to toggle channels." ) self.setup()