Skip to content
Snippets Groups Projects
Commit 892921d6 authored by Chad Hanna's avatar Chad Hanna
Browse files

inspiral_extrinsics.py: fix norm since we updated dt dphi pdfs

parent ac2e05aa
No related branches found
No related tags found
No related merge requests found
......@@ -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'):219.32602529, ('H1', 'L1', 'V1'):32.21833921, ('L1', 'V1'):237.5171343, ('L1',):0.0358423687136922, ('H1', 'L1'):1836.16095577, ('H1',):0.0358423687136922, ('V1',):0.0358423687136922}
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.tree_data = tree_data
self.margsky = margsky
......
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