@@ -563,15 +563,15 @@ class LnNoiseDensity(LnLRDensity):
# sanity check rates
assertall(triggers_per_second_per_template[instrument]forinstrumentinsnrs),"impossible candidate in %s at %s when rates were %s triggers/s/template"%(", ".join(sorted(snrs)),", ".join("%s s in %s"%(str(seg[1]),instrument)forinstrument,seginsorted(segments.items())),str(triggers_per_second_per_template))
# P(t | noise) = (candidates per unit time @ t) / livetime.
# by not normalizing by the livetime the return value can
# only ever be proportional to the probability density, but
# we avoid the problem of the ranking statistic definition
# changing on-the-fly while running online, allowing
# candidates collected later to have their ranking
# statistics compared meaningfully to the values assigned
# to candidates collected earlier, when the total livetime
# was smaller.
# P(t | noise) = (candidates per unit time @ t) / total
# candidates. by not normalizing by the total candidates
# the return value can only ever be proportional to the
# probability density, but we avoid the problem of the
# ranking statistic definition changing on-the-fly while
# running online, allowing candidates collected later to
# have their ranking statistics compared meaningfully to
# the values assigned to candidates collected earlier, when