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

inspiral_extrinsics.py : added a line to read share/H1K1_p_of_instruments_given_H_d.h5

parent e2b68218
No related branches found
No related tags found
No related merge requests found
......@@ -1977,6 +1977,7 @@ class InspiralExtrinsics(object):
p_of_ifos[("H1", "L1",)] = p_of_instruments_given_horizons.from_hdf5(os.path.join(gstlal_config_paths["pkgdatadir"], "H1L1_p_of_instruments_given_H_d.h5"))
p_of_ifos[("H1", "V1",)] = p_of_instruments_given_horizons.from_hdf5(os.path.join(gstlal_config_paths["pkgdatadir"], "H1V1_p_of_instruments_given_H_d.h5"))
p_of_ifos[("L1", "V1",)] = p_of_instruments_given_horizons.from_hdf5(os.path.join(gstlal_config_paths["pkgdatadir"], "L1V1_p_of_instruments_given_H_d.h5"))
p_of_ifos[("H1", "K1",)] = p_of_instruments_given_horizons.from_hdf5(os.path.join(gstlal_config_paths["pkgdatadir"], "H1K1_p_of_instruments_given_H_d.h5"))
def __init__(self, min_instruments = 1, filename = None):
#
......
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