Skip to content
Snippets Groups Projects
Commit c6f34184 authored by Sydney Chamberlin's avatar Sydney Chamberlin
Browse files

gstlal_etg: changed padding for fhigh based on Omicron antialiasing condition

parent c9bca13a
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,8 @@ for channel in channels:
# less than the factor in the chebychev low pass cutoff in the downsampler
# this should be fine
flow = rate/4.*0.8
fhigh = rate/2.*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
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