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

inspiral_extrinsics: update norm

parent c95ea2b5
No related branches found
No related tags found
No related merge requests found
Pipeline #66165 passed with warnings
......@@ -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
......
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