Skip to content

Commit 227d91d

Browse files
Update doc/modules/core.rst
Co-authored-by: Alessio Buccino <alejoe9187@gmail.com>
1 parent a96fdbb commit 227d91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Importantly, the :py:class:`~spikeinterface.core.SortingAnalyzer` handles the *s
180180
Sparsity defines the channels on which waveforms and templates are calculated using, for example, a
181181
physical distance from the channel with the largest peak amplitude (see the :ref:`Sparsity` section). Scaling, set by
182182
the :code:`return_scaled` argument, determines whether the data is converted from integer values to :math:`\mu V` or not.
183-
By default, it is converted and all traces have units of :math:`\mu V`.
183+
By default, :code:`return_scaled` is true and all processed data voltage values are in :math:`\mu V` (e.g., waveforms, templates, spike amplitudes, etc.).
184184

185185
Now we will create a :code:`SortingAnalyzer` called :code:`sorting_analyzer`.
186186

0 commit comments

Comments
 (0)