From 8a3db084dada976ed285d4b4866dea0d1ca41acf Mon Sep 17 00:00:00 2001
From: Chad Hanna <chad.hanna@comp-hd-002.gwave.ics.psu.edu>
Date: Mon, 10 Jun 2019 10:13:59 -0400
Subject: [PATCH] inspiral_extrinsics: update norm

---
 gstlal-inspiral/python/stats/inspiral_extrinsics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gstlal-inspiral/python/stats/inspiral_extrinsics.py b/gstlal-inspiral/python/stats/inspiral_extrinsics.py
index ed11ff604a..cb0f66ed75 100644
--- a/gstlal-inspiral/python/stats/inspiral_extrinsics.py
+++ b/gstlal-inspiral/python/stats/inspiral_extrinsics.py
@@ -1202,7 +1202,7 @@ class TimePhaseSNR(object):
 		# print result
 		# >>> {('H1', 'V1'): array([ 1.00000003]), ('H1', 'L1', 'V1'): array([ 1.00000004]), ('L1', 'V1'): array([ 0.99999999]), ('L1',): 0.99999999999646638, ('H1', 'L1'): array([ 0.99999997]), ('H1',): 0.99999999999646638, ('V1',): 0.99999999999646638}
 
-		self.norm = {('H1', 'V1'):19.355690612881975, ('H1', 'L1', 'V1'):0.03538250230381411, ('L1', 'V1'):6.643791277898113, ('L1',):0.0358423687136922, ('H1', 'L1'):24.176290625994206, ('H1',):0.0358423687136922, ('V1',):0.0358423687136922}
+		self.norm = {('H1', 'V1'):332.96168414700816, ('H1', 'L1', 'V1'):7.729877009864116, ('L1', 'V1'):313.34679951193306, ('L1',):0.0358423687136922, ('H1', 'L1'):409.06489455239137, ('H1',):0.0358423687136922, ('V1',):0.0358423687136922}
 
 		self.tree_data = tree_data
 		self.margsky = margsky
-- 
GitLab