From 040b2bf0636bfc51ba4a4bc90c2576058a7176b6 Mon Sep 17 00:00:00 2001
From: Chad Hanna <chad.hanna@comp-hd-001.gwave.ics.psu.edu>
Date: Wed, 10 Jul 2019 14:04:00 -0400
Subject: [PATCH] gstlal_inspiral_mass_model: increase BBH peak to account for
 higher redshift in O3

---
 gstlal-inspiral/bin/gstlal_inspiral_mass_model | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gstlal-inspiral/bin/gstlal_inspiral_mass_model b/gstlal-inspiral/bin/gstlal_inspiral_mass_model
index 0031aaf0d4..d182842159 100755
--- a/gstlal-inspiral/bin/gstlal_inspiral_mass_model
+++ b/gstlal-inspiral/bin/gstlal_inspiral_mass_model
@@ -73,8 +73,8 @@ prob = {}
 mchirps = {}
 
 ligo_min = 3
-ligo_max = 40
-ligo_peak = 40
+ligo_max = 50
+ligo_peak = 50
 ligo_alpha = -1.5
 ligonorm = schechter_norm(ligo_min, ligo_max, ligo_peak, ligo_alpha)
 
@@ -138,7 +138,7 @@ for row in sngl_inspiral_table:
 		# Combined
 		#
 
-		# make intrinsic BNS rate 10 times higher (it is actually probably 20 times higher)
+		# make intrinsic BNS rate 7 times higher (it is actually probably 20 times higher)
 		bns_rate = 7.
 		bbh_rate = 1.
 		# FIXME if the noise is ever normalized over mass then we would need the following, but it isn't
-- 
GitLab