Skip to content

Commit

Permalink
merci alessio
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
samuelgarcia and alejoe91 authored Oct 23, 2024
1 parent 458e90e commit 1ce2f8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/spikeinterface/core/recording_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,11 @@ def get_noise_levels(
You can use standard deviation with `method="std"`
Internally it samples some chunk across segment.
And then, it use MAD estimator (more robust than STD) ot the STD on each chunk.
Finally the average on all MAD is performed.
And then, it uses the MAD estimator (more robust than STD) or the STD on each chunk.
Finally the average of all MAD/STD values is performed.
The result is cached in a property of the recording.
Next call on the same recording will use the cache unless force_recompute=True.
The result is cached in a property of the recording, so that the next call on the same
recording will use the cached result unless `force_recompute=True`.
Parameters
----------
Expand Down

0 comments on commit 1ce2f8d

Please sign in to comment.