Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lalsuite-archive
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oliver Behnke
lalsuite-archive
Commits
2cdcf6f0
Commit
2cdcf6f0
authored
7 years ago
by
Kipp Cannon
Browse files
Options
Downloads
Patches
Plain Diff
inspinjfind: remove reference to search_summary table
parent
1964963c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lalinspiral/python/lalinspiral/inspinjfind.py
+1
-9
1 addition, 9 deletions
lalinspiral/python/lalinspiral/inspinjfind.py
with
1 addition
and
9 deletions
lalinspiral/python/lalinspiral/inspinjfind.py
+
1
−
9
View file @
2cdcf6f0
...
@@ -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
(
se
glists
,
0.0
),
create_new
=
process
)
self
.
tisi_id
=
ligolw_time_slide
.
get_time_slide_id
(
xmldoc
,
{}.
fromkeys
(
se
lf
.
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment