From de92e25b75a73b442ec0f150eaab064820672756 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 17 May 2023 17:36:43 +0200 Subject: [PATCH] Pulse: normalise template before correlating --- simulations/11_pulsed_timing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulations/11_pulsed_timing.py b/simulations/11_pulsed_timing.py index 289b7e8..12c57b9 100755 --- a/simulations/11_pulsed_timing.py +++ b/simulations/11_pulsed_timing.py @@ -483,7 +483,7 @@ if __name__ == "__main__": # Create the template # This is sampled at a lower samplerate than the interpolation template - template, _ = create_template(dt=template_dt, timelength=template_length, bp_freq=bp_freq, name='Template') + template, _ = create_template(dt=template_dt, timelength=template_length, bp_freq=bp_freq, name='Template', normalise=True) for k, snr_sigma_factor in tqdm(enumerate(snr_factors)):