Skip to content
Snippets Groups Projects

Online new extinction

Merged Prathamesh Joshi requested to merge o4b-online-new-extinction into o4b-online
10 unresolved threads
Files
4
@@ -252,7 +252,16 @@ def main():
else:
data = pdf.new_with_extinction()
else:
logging.warning(f'Skipping first-round extinction for {pdfs[svd_bin].files[0]}')
# add a zeroed-out PDF instead, so that the template ids get added to data
logging.warning(f'Skipping first-round extinction for {pdfs[svd_bin].files[0]}, using an empty PDF instead')
pdf.noise_lr_lnpdf.array[:] = 0.
pdf.signal_lr_lnpdf.array[:] = 0.
pdf.zero_lag_lr_lnpdf.array[:] = 0.
if data:
data += pdf
else:
data = pdf
# while looping through registries
# send heartbeat messages
@@ -284,7+293,7 @@
# the zero-lag counts have the density estimation transform
# applied.
zerolag_counts_url = url_from_registry("gstlal_ll_inspiral_trigger_counter_registry.txt", zerolag_counts_path)
# add zerolag counts url to marginalized data
if data:
Loading