Pulse: normalise template before correlating

This commit is contained in:
Eric Teunis de Boone 2023-05-17 17:36:43 +02:00
parent f4d8966df8
commit de92e25b75
1 changed files with 1 additions and 1 deletions

View File

@ -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)):