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

inspiral_extrinsics.py: update covariance matrix after typo found

parent e66e94a0
No related branches found
No related tags found
No related merge requests found
......@@ -1144,14 +1144,14 @@ class TimePhaseSNR(object):
locations = {"H1":lal.CachedDetectors[lal.LHO_4K_DETECTOR].location, "L1":lal.CachedDetectors[lal.LLO_4K_DETECTOR].location, "V1":lal.CachedDetectors[lal.VIRGO_DETECTOR].location}#, "K1":lal.CachedDetectors[lal.KAGRA_DETECTOR].location}
numchunks = 20
# These are generated by running
# ./gstlal_inspiral_compute_dtdphideff_cov_matrix --psd-xml gstlal-inspiral/share/O3/2019-05-09-H1L1V1psd_new.xml.gz --H-snr 4.3 --L-snr 6.0 --V-snr 2.
# NOTE NOTE NOTE: You cannot just change these without fully rebuilding
# the trees and the marginalized distributions.
transtt = {frozenset(['V1', 'H1']): 12069.320302753127, frozenset(['H1', 'L1']): 44554.743732089875, frozenset(['V1', 'L1']): 34221.089108680397}
transtp = {frozenset(['V1', 'H1']): -17.906651775391733, frozenset(['H1', 'L1']): -55.897144921848493, frozenset(['V1', 'L1']): -52.035238588072133}
transpt = {frozenset(['V1', 'H1']): 0.0, frozenset(['H1', 'L1']): 0.0, frozenset(['V1', 'L1']): 0.0}
transpp = {frozenset(['V1', 'H1']): 1.3806845740864522, frozenset(['H1', 'L1']): 3.0084592948751365, frozenset(['V1', 'L1']): 1.4477360415175331}
# These are generated by running
# gstlal_inspiral_compute_dtdphideff_cov_matrix --psd-xml share/O3/2019-05-09-H1L1V1psd_new.xml.gz --H-snr 5 --L-snr 7.0 --V-snr 2.25
transtt = {frozenset(['V1', 'H1']): 1721.2939671945448, frozenset(['H1', 'L1']): 4264.9313814971947, frozenset(['V1', 'L1']): 1768.5971596858899}
transtp = {frozenset(['V1', 'H1']): -1.6205914017601712, frozenset(['H1', 'L1']): -3.0734607125393643, frozenset(['V1', 'L1']): -1.7020167980031775}
transpt = {frozenset(['V1', 'H1']): -0, frozenset(['H1', 'L1']): -0, frozenset(['V1', 'L1']): -0}
transpp = {frozenset(['V1', 'H1']): 1.2422379329336195, frozenset(['H1', 'L1']): 2.6540061786001892, frozenset(['V1', 'L1']): 1.2984050700516516}
transdd = {frozenset(['V1', 'H1']): 5.0, frozenset(['H1', 'L1']): 5.0, frozenset(['V1', 'L1']): 5.0}
def __init__(self, tree_data = None, margsky = None, verbose = False, margstart = 0, margstop = None):
......
No preview for this file type
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