A collection of utilities that allow one to estimate a false alarm
rate from triggers of a single template without the need for doing
time-slides.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calc_far(snrs,
cn_snr,
snr_bins,
far_column,
t_fgd,
t_bkgd) |
source code
|
|
|
sngl_snr_hist(connection,
ifo,
mchirp,
eta,
min_snr,
snr_stat=None,
sngls_width=None,
usertag="FULL_DATA",
datatype=None,
sngls_bins=None)
Creates a histogram of sngl_inspiral triggers and returns a list of
counts and the associated snr bins. |
source code
|
|
|
all_sngl_snr_hist(connection,
mchirp,
eta,
all_ifos,
min_snr=5.5,
sngls_width=0.01,
snr_stat=None)
Creates a pair of dictionaries containing single-ifo snr histograms
and their associated snr bins. |
source code
|
|
|
coinc_snr_hist(connection,
ifos,
mchirp,
eta,
min_snr=5.5,
datatype=None,
slide_id=None,
combined_bins=None,
snr_stat=None)
Creates a histogram of coinc_inspiral triggers and returns a list of
counts in each of the snr bins. |
source code
|
|
|
all_possible_coincs(sngl_ifo_hist,
sngl_ifo_midbins,
combined_bins,
ifos)
Creates a histogram of all possible coincident events and returns a
list of counts in each of the snr bins. |
source code
|
|
|
coinc_time(connection,
datatype,
inc_ifo_list,
unit,
tsid=None) |
source code
|
|
|
get_singles_times(connection,
verbose=False) |
source code
|
|
|
|
|
|