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

gstlal-inspiral: edit some comments

parent 7ff2b3bc
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
# 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 comment, and the
of two ratebins is the interval they have in common, and the
intersection's count is given by the sum of the densities of the
two multiplied by the size of the intersection.
......
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