mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-12-21 11:03:37 +01:00
Pulse: normalise template before correlating
This commit is contained in:
parent
f4d8966df8
commit
de92e25b75
1 changed files with 1 additions and 1 deletions
|
@ -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)):
|
||||
|
||||
|
|
Loading…
Reference in a new issue