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

gstlal_inspiral: initialize the trials tabe with all possible detector combinations

parent 982c8fed
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,9 @@ if options.likelihood_file is not None:
FAR, proc_id = far.LocalRankingData.from_xml(utils.load_filename(options.likelihood_file, verbose = options.verbose))
else:
FAR = far.LocalRankingData(segments.segment(None, None), far.DistributionsStats())
# initialize an empty trials table with the combinations of detectors
# that this job will analyze
FAR.trials_table.initialize_from_sngl_ifos(detectors.keys())
#
# build output document
......
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