From 3ab1a5c70eab8772812fac918b46970ded68cf85 Mon Sep 17 00:00:00 2001
From: Patrick Godwin <patrick.godwin@ligo.org>
Date: Tue, 9 Jan 2018 12:39:05 -0800
Subject: [PATCH] gstlal_etg: changed fhigh limits to not truncate
 sine-gaussian templates on frequency

---
 gstlal-ugly/bin/gstlal_etg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-ugly/bin/gstlal_etg b/gstlal-ugly/bin/gstlal_etg
index adf9c2134c..7c1f907807 100755
--- a/gstlal-ugly/bin/gstlal_etg
+++ b/gstlal-ugly/bin/gstlal_etg
@@ -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
-- 
GitLab