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

Prototypes

def lalburst.SnglBurstUtils.summarize_coinc_database (contents, filename=None)
 
def lalburst.SnglBurstUtils.coinc_sngl_bursts (contents, coinc_event_id)
 
def lalburst.SnglBurstUtils.get_time_slides (connection)
 Query the database for the IDs and offsets of all time slides, and return two dictionaries one containing the all-zero time slides and the other containing the not-all-zero time slides. More...
 
def lalburst.SnglBurstUtils.time_slides_livetime (seglists, time_slides, verbose=False)
 Given a sequence of time slides (each of which is an instrument --> offset dictionary), use the segmentlistdict dictionary of segment lists to compute the live time in each time slide. More...
 
def lalburst.SnglBurstUtils.latexnumber (s)
 Convert a string of the form "d.dddde-dd" to "d.dddd \\times 10^{-dd}". More...
 
def lalburst.SnglBurstUtils.make_burst_plot (x_label, y_label, width=165.0)
 width is in mm More...
 

Go to the source code of this file.

Data Structures

class  lalburst.SnglBurstUtils.CoincDatabase
 

Namespaces

namespace  lalburst
 
namespace  lalburst.SnglBurstUtils
 

Variables

 lalburst.SnglBurstUtils.floatpattern = re.compile("([+-]?[.0-9]+)[Ee]([+-]?[0-9]+)")