From a264f96d1f7b185afb72858c8e12031e41a19ce9 Mon Sep 17 00:00:00 2001 From: sprause Date: Tue, 24 Jan 2023 17:31:28 +0100 Subject: [PATCH] adjusted kernel width slightly --- code/eventchirpsplots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/eventchirpsplots.py b/code/eventchirpsplots.py index e1de80d..969b131 100644 --- a/code/eventchirpsplots.py +++ b/code/eventchirpsplots.py @@ -199,7 +199,7 @@ def main(datapath: str): time_after_event = 60 dt = 0.01 width = 1.5 # width of kernel for all recordings, currently gaussian kernel - recording_width = 1 # width of kernel for each recording + recording_width = 2 # width of kernel for each recording time = np.arange(-time_before_event, time_after_event, dt) ##### Chirps around events, all fish, all recordings #####