Skip to content

Commit

Permalink
Update bin/live/pycbc_live_combine_single_significance_fits
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Dent <thomas.dent@usc.es>
  • Loading branch information
GarethCabournDavies and tdent authored Jan 17, 2025
1 parent 99d8007 commit 6425cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/live/pycbc_live_combine_single_significance_fits
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ for ifo in args.ifos:
invalphan,
args.conservative_percentile
)
cons_alpha = cons_count / cons_invalphan
cons_alphas_out[ifo][counter] = cons_alpha
# Conservative alpha estimate using percentile rather than mean
cons_alphas_out[ifo][counter] = cons_count / cons_invalphan
alphas_out[ifo][counter] = mean_alpha

# To get the count values, we need to convert to rates and back again
Expand Down

0 comments on commit 6425cec

Please sign in to comment.