Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/detect_bad_channels.py
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 Sep 18, 2023
1 parent 05ad95b commit d431e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/detect_bad_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def detect_bad_channels_ibl(
n_neighbors : int, optional
Number of neighbors to compute median fitler, by default 11
nyquist_threshold : float, optional
Threshold on Nyquist frequency to calcureclate HF noise band, by default 0.8
Threshold on Nyquist frequency to calculate HF noise band, by default 0.8
welch_window_ms: float
Window size for the scipy.signal.welch that will be converted to nperseg, by default 10ms
Returns
Expand Down

0 comments on commit d431e4e

Please sign in to comment.