Skip to content
Snippets Groups Projects

Online new extinction

Merged Prathamesh Joshi requested to merge o4b-online-new-extinction into o4b-online
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -265,7 +265,9 @@ def main():
# send heartbeat messages
if kafka_processor:
kafka_processor.heartbeat()
# zero out the zerolag after the first round of extinction is finished
data.zero_lag_lr_lnpdf.count.array[:] = 0
# if we fail to complete more than 1% of the bins,
# this is a serious problem and we should just quit
@@ -284,7+286,7 @@
# noise and signal model ranking statistic histograms in the
# zero-lag counts files downloaded from the jobs must be all 0, and
# the zero-lag counts in the output generated by
# gstlal_inspiral_calc_rank_pdfs must be 0. NOTE: this is where
# the zero-lag counts have the density estimation transform
# applied.
Loading