Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/detect_bad_channels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Sep 19, 2023
1 parent d431e4e commit 73395fb
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 @@ -17,7 +17,7 @@ def detect_bad_channels(
n_neighbors=11,
nyquist_threshold=0.8,
direction="y",
chunk_duration_s=0.5,
chunk_duration_s=0.3,
num_random_chunks=100,
welch_window_ms=10.0,
highpass_filter_cutoff=300,
Expand Down

0 comments on commit 73395fb

Please sign in to comment.