Skip to content
Snippets Groups Projects
Commit 2cdcf6f0 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

inspinjfind: remove reference to search_summary table

parent 1964963c
Branches
No related tags found
No related merge requests found
...@@ -122,14 +122,6 @@ class DocContents(object): ...@@ -122,14 +122,6 @@ class DocContents(object):
self.offsetvectors = lsctables.TimeSlideTable.get_table(xmldoc).as_dict() self.offsetvectors = lsctables.TimeSlideTable.get_table(xmldoc).as_dict()
#
# get out segment lists for programs that generated
# triggers (currently only used for time_slide vector
# construction)
#
seglists = lsctables.SearchSummaryTable.get_table(xmldoc).get_out_segmentlistdict(set(self.snglinspiraltable.getColumnByName("process_id"))).coalesce()
# #
# construct the zero-lag time slide needed to cover the # construct the zero-lag time slide needed to cover the
# instruments listed in all the triggers, then determine # instruments listed in all the triggers, then determine
...@@ -139,7 +131,7 @@ class DocContents(object): ...@@ -139,7 +131,7 @@ class DocContents(object):
# indicate time slide at which the injection was done # indicate time slide at which the injection was done
# #
self.tisi_id = ligolw_time_slide.get_time_slide_id(xmldoc, {}.fromkeys(seglists, 0.0), create_new = process) self.tisi_id = ligolw_time_slide.get_time_slide_id(xmldoc, {}.fromkeys(self.snglinspiraltable.getColumnByName("ifo"), 0.0), create_new = process, superset_ok = True, nonunique_ok = True)
# #
# get coinc_definer row for sim_inspiral <--> sngl_inspiral # get coinc_definer row for sim_inspiral <--> sngl_inspiral
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment