Skip to content
Snippets Groups Projects
Commit 78af85c9 authored by Leo Tsukada's avatar Leo Tsukada
Browse files

gstlal_inspiral_add_dt_dphi_snr_ratio_pdfs : aded KAGRA

parent 8a167eb9
No related branches found
No related tags found
No related merge requests found
......@@ -28,10 +28,10 @@ TPS = TimePhaseSNR.from_hdf5(files[0], files[1:])
time, phase, deff = TimePhaseSNR.tile(NSIDE = 8, NANGLE = 17)
# This actually doesn't matter it is just needed to map from eff distance to
# snr, but the TimePhaseSNR code actually undoes this...
h = {"H1":1., "L1":1., "V1":1.}
h = {"H1":1., "L1":1., "V1":1., "K1":1.}
# set the norm to 1
combos = TPS.combos + (("H1",),("L1",),("V1",))
combos = TPS.combos + (("H1",),("L1",),("V1",),("K1",))
norm = dict((frozenset(k), 1.) for k in combos)
TPS.norm = norm
......
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