Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALBurst 2.0.7.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
stringutils.py File Reference

Prototypes

def lalburst.stringutils.triangulators (timing_uncertainties)
 Return a dictionary of snglcoinc.TOATriangulator objects initialized for a variety of instrument combinations. More...
 
def lalburst.stringutils.load_likelihood_data (filenames, verbose=False)
 
def lalburst.stringutils.time_slides_livetime (seglists, time_slides, min_instruments, verbose=False, clip=None)
 seglists is a segmentlistdict of times when each of a set of instruments were on, time_slides is a sequence of instrument-->offset dictionaries, each vector of offsets in the sequence is applied to the segmentlists and the total time during which at least min_instruments were on is summed and returned. More...
 
def lalburst.stringutils.time_slides_livetime_for_instrument_combo (seglists, time_slides, instruments, verbose=False, clip=None)
 like time_slides_livetime() except computes the time for which exactly the instruments given by the sequence instruments were on (and nothing else). More...
 
def lalburst.stringutils.create_recovered_ln_likelihood_ratio_table (connection, coinc_def_id)
 Create a temporary table named "recovered_ln_likelihood_ratio" containing two columns: "simulation_id", the simulation_id of an injection, and "ln_likelihood_ratio", the highest log likelihood ratio at which that injection was recovered by a coincidence of type coinc_def_id. More...
 
def lalburst.stringutils.create_sim_burst_best_string_sngl_map (connection, coinc_def_id)
 Construct a sim_burst --> best matching coinc_event mapping. More...
 
def lalburst.stringutils.create_sim_burst_best_string_coinc_map (connection, coinc_def_id)
 Construct a sim_burst --> best matching coinc_event mapping for string cusp injections and coincs. More...
 

Go to the source code of this file.

Data Structures

class  lalburst.stringutils.InstrumentBins
 Example: More...
 
class  lalburst.stringutils.LnLRDensity
 
class  lalburst.stringutils.StringCoincParamsDistributions
 

Namespaces

namespace  lalburst
 
namespace  lalburst.stringutils
 

Variables

 lalburst.stringutils.NegInf = float("-inf")