|
|
|
make_sim_inspiral_row_from_columns_in_db(connection)
get the unique mapping of a sim inspiral row from columns in this
database |
source code
|
|
|
time_within_segments(geocent_end_time,
geocent_end_time_ns,
zero_lag_segments=None)
Return True if injection was made in the given segmentlist, if no
segments just return True |
source code
|
|
|
get_min_far_inspiral_injections(connection,
segments=None,
table_name="coinc_inspiral")
This function returns the found injections from a database and the
minimum far associated with them as tuple of the form (far, sim). |
source code
|
|
|
get_max_snr_inspiral_injections(connection,
segments=None,
table_name="coinc_inspiral")
Like get_min_far_inspiral_injections but uses SNR to rank injections. |
source code
|
|
|
get_instruments_from_coinc_event_table(connection)
This function returns a list of the instruments analyzed according to
the coinc_event_table |
source code
|
|
|
get_segments(connection,
xmldoc,
table_name,
live_time_program,
veto_segments_name=None,
data_segments_name="datasegments") |
source code
|
|
|
get_event_fars(connection,
table_name,
segments=None)
return the false alarm rate of the most rare zero-lag coinc by
instruments |
source code
|
|
|
|
|
compute_search_volume(eff)
Integrate efficiency to get search volume. |
source code
|
|
|
guess_nd_bins(sims,
bin_dict={"distance":(200,rate.LinearBins)})
Given a dictionary of bin counts and bin objects keyed by sim
attribute, come up with a sensible NDBins scheme |
source code
|
|
|
guess_distance_mass1_mass2_bins_from_sims(sims,
mass1bins=11,
mass2bins=11,
distbins=200)
Given a list of the injections, guess at the mass1, mass2 and
distance bins. |
source code
|
|
|
guess_distance_spin1z_spin2z_bins_from_sims(sims,
spin1bins=11,
spin2bins=11,
distbins=200)
Given a list of the injections, guess at the spin1, spin2 and
distance bins. |
source code
|
|
|
guess_distance_effective_spin_parameter_bins_from_sims(sims,
chibins=11,
distbins=200)
Given a list of the injections, guess at the chi = (m1*s1z +
m2*s2z)/(m1+m2) and distance bins. |
source code
|
|
|
guess_distance_mass_ratio_bins_from_sims(sims,
qbins=11,
distbins=200)
Given a list of the injections, guess at the chi and distance bins. |
source code
|
|
|
guess_distance_chirp_mass_bins_from_sims(sims,
mbins=11,
distbins=200)
Given a list of the injections, guess at the chirp mass and distance
bins. |
source code
|
|
|
|
|
sim_to_distance_mass1_mass2_bins_function(sim)
create a function to map a sim to a distance, mass1, mass2 NDBins
based object |
source code
|
|
|
sim_to_distance_total_mass_bins_function(sim)
create a function to map a sim to a distance, total mass NDBins based
object |
source code
|
|
|
sim_to_distance_spin1z_spin2z_bins_function(sim)
create a function to map a sim to a distance, spin1z, spin2z NDBins
based object |
source code
|
|
|
|
|
sim_to_distance_mass_ratio_bins_function(sim)
create a function to map a sim to a distance, mass ratio NDBins based
object |
source code
|
|
|
sim_to_distance_chirp_mass_bins_function(sim)
create a function to map a sim to a distance, chirp mass NDBins based
object |
source code
|
|
|
|