Skip to content
Snippets Groups Projects
Commit 3ab1a5c7 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal_etg: changed fhigh limits to not truncate sine-gaussian templates on frequency

parent e5f54b73
No related branches found
No related tags found
No related merge requests found
......@@ -638,7 +638,7 @@ for channel in channels:
# this should be fine
flow = rate/4.*0.8
# NOTE: Omicron uses fhigh = fnyquist/(1.+(11.)**0.5/qlow) which is approx. fnyquist*0.55. We use different waveforms but this is plausibly okay padding for us too
fhigh = rate/2.*0.55
fhigh = rate/2.*0.8
qhigh = options.qhigh
qlow = 4
# generate sine-gaussian templates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment