From 7198da397a39328c5b85202a833c29ab75694345 Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:05:02 -0400 Subject: [PATCH] Update doc/modules/core.rst --- doc/modules/core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/core.rst b/doc/modules/core.rst index 5709259049..239e42bc3c 100644 --- a/doc/modules/core.rst +++ b/doc/modules/core.rst @@ -177,7 +177,7 @@ and it supports several **extensions** (derived from the :py:class:`~spikeinterf to perform further analysis, such as calculating :code:`waveforms` and :code:`templates`. Importantly, the :py:class:`~spikeinterface.core.SortingAnalyzer` handles the *sparsity* and the physical *scaling*. -Sparsity defines the channels on which waveforms and templates are calculated using, for example, based on a +Sparsity defines the channels on which waveforms and templates are calculated using, for example, a physical distance from the channel with the largest peak amplitude (see the :ref:`Sparsity` section). Scaling, set by the :code:`return_scaled` argument, says whether the data has been converted from integer values to physical units such as Voltage (see the end of the :ref:`Recording` section).