Skip to content

Commit

Permalink
Update src/spikeinterface/core/waveform_extractor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Oct 5, 2023
1 parent 50f6fcf commit 0798169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/waveform_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ def extract_waveforms(
If True and recording has gain_to_uV/offset_to_uV properties, waveforms are converted to uV.
dtype: dtype or None
Dtype of the output waveforms. If None, the recording dtype is maintained.
sparse: bool (default True)
sparse: bool, default: True
If True, before extracting all waveforms the `precompute_sparsity()` function is run using
a few spikes to get an estimate of dense templates to create a ChannelSparsity object.
Then, the waveforms will be sparse at extraction time, which saves a lot of memory.
Expand Down

0 comments on commit 0798169

Please sign in to comment.