adjusted kernel width slightly

This commit is contained in:
sprause 2023-01-24 17:31:28 +01:00
parent babcf984e6
commit a264f96d1f

View File

@ -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 #####