Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Duncan Macleod
gstlal
Commits
93956bbb
Commit
93956bbb
authored
6 years ago
by
Kipp Cannon
Browse files
Options
Downloads
Patches
Plain Diff
gstlal-inspiral: edit some comments
parent
7ff2b3bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gstlal-inspiral/python/inspiral.py
+0
-3
0 additions, 3 deletions
gstlal-inspiral/python/inspiral.py
gstlal-inspiral/python/stats/trigger_rate.py
+2
-2
2 additions, 2 deletions
gstlal-inspiral/python/stats/trigger_rate.py
with
2 additions
and
5 deletions
gstlal-inspiral/python/inspiral.py
+
0
−
3
View file @
93956bbb
...
...
@@ -877,9 +877,6 @@ class Data(object):
# we encounter the first trigger whose SNR series
# might still be needed, save its index, and start
# the search from there next time
# FIXME: could also trim segment and V data from
# ranking stat object if ranking_stat_output_url is
# not set because the info won't be used
discard_boundary
=
self
.
stream_thinca
.
discard_boundary
for
self
.
snr_time_series_cleanup_index
,
event
in
enumerate
(
self
.
coincs_document
.
sngl_inspiral_table
[
self
.
snr_time_series_cleanup_index
:],
self
.
snr_time_series_cleanup_index
):
if
event
.
end
>=
discard_boundary
:
...
...
This diff is collapsed.
Click to expand it.
gstlal-inspiral/python/stats/trigger_rate.py
+
2
−
2
View file @
93956bbb
# Copyright (C) 2017 Kipp Cannon
# Copyright (C) 2017
,2018
Kipp Cannon
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
...
...
@@ -53,7 +53,7 @@ class ratebin(segments.segment):
count of things. Arithmetic operations update the count by
interpreting the count as a uniform density of things throughout
the interval spanned by the segment. For example, the intersection
of two ratebins is the interval they have in comm
ent
, and the
of two ratebins is the interval they have in comm
on
, and the
intersection
'
s count is given by the sum of the densities of the
two multiplied by the size of the intersection.
...
...
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