We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da015a commit 9f270d1Copy full SHA for 9f270d1
src/spikeinterface/preprocessing/filter.py
@@ -118,6 +118,7 @@ def __init__(
118
119
assert margin_ms is not None, "margin_ms must be provided!"
120
margin = int(margin_ms * fs / 1000.0)
121
+ self.margin_samples = margin
122
for parent_segment in recording.segments:
123
self.add_segment(
124
FilterRecordingSegment(
0 commit comments