Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/whiten.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Oct 26, 2023
1 parent 4a6a6b9 commit d93ba0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/whiten.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class WhitenRecording(BasePreprocessor):
For example, a value of `int_scale=200` will scale the traces value to a standard deviation of 200.
eps : float or None, default: None
Small epsilon to regularize SVD.
If None, eps is default to 1e-8. If the data is float type and scaled down to very small values,
If None, eps is defaulted to 1e-8. If the data is float type and scaled down to very small values,
then the eps is automatically set to a small fraction (1e-3) of the median of the squared data.
W : 2d np.array, default: None
Pre-computed whitening matrix
Expand Down

0 comments on commit d93ba0f

Please sign in to comment.