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

gstlal_etg: fixed extra space added before comment

parent c6f34184
No related branches found
No related tags found
No related merge requests found
......@@ -614,7 +614,7 @@ 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
# 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
# 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
......
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