We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cfb2b commit d17181fCopy full SHA for d17181f
1 file changed
src/spikeinterface/preprocessing/whiten.py
@@ -20,7 +20,7 @@ class WhitenRecording(BasePreprocessor):
20
The recording extractor to be whitened.
21
dtype : None or dtype, default: None
22
Datatype of the output recording (covariance matrix estimation
23
- and whitening are performed in float64.
+ and whitening are performed in float64).
24
If None the the parent dtype is kept.
25
For integer dtype a int_scale must be also given.
26
mode : "global" | "local", default: "global"
0 commit comments