Skip to content

Commit

Permalink
Update src/spikeinterface/preprocessing/filter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
JuanPimientoCaicedo and alejoe91 authored Jul 4, 2024
1 parent e595458 commit 500410f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FilterRecording(BasePreprocessor):
- numerator/denominator : ("ba")
ftype : str, default: "butter"
Filter type for `scipy.signal.iirfilter` e.g. "butter", "cheby1".
causal_mode : Bool, default: False
causal_mode : bool, default: False
If true, filtering is applied in just one direction.
direction : "forward" | "backward", default: "forward"
when causal_mode = True, defines the direction of the filtering
Expand Down

0 comments on commit 500410f

Please sign in to comment.