Skip to content

Commit

Permalink
Save ranking statistic information in the "likelihood" part of the co…
Browse files Browse the repository at this point in the history
…inc table
  • Loading branch information
GarethCabournDavies committed Nov 22, 2024
1 parent f739cd2 commit d232c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/io/gracedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __init__(self, coinc_ifos, ifos, coinc_results, **kwargs):
coinc_event_row.time_slide_id = lsctables.TimeSlideID(0)
coinc_event_row.process_id = proc_id
coinc_event_row.coinc_event_id = coinc_id
coinc_event_row.likelihood = 0.
coinc_event_row.likelihood = coinc_results['foreground/stat']
coinc_event_table.append(coinc_event_row)
outdoc.childNodes[0].appendChild(coinc_event_table)

Expand Down

0 comments on commit d232c59

Please sign in to comment.