LALBurst 2.0.7.1-eeff03c
lalburst_power_plot_binj.py File Reference

Prototypes

def lalburst_power_plot_binj.parse_command_line ()
 
def lalburst_power_plot_binj.new_plots (instrument, amplitude_func, amplitude_lbl, plots)
 
def lalburst_power_plot_binj.new_coinc_plots (instruments, amplitude_func, amplitude_lbl, plots)
 
def lalburst_power_plot_binj.make_binning (plots)
 
def lalburst_power_plot_binj.plot_multi_Efficiency_hrss_vs_freq (efficiencies)
 

Go to the source code of this file.

Data Structures

class  lalburst_power_plot_binj.FreqVsTime
 
class  lalburst_power_plot_binj.HrssVsFreqScatter
 
class  lalburst_power_plot_binj.TriggerCountHistogram
 
class  lalburst_power_plot_binj.RecoveredVsInjectedhrss
 
class  lalburst_power_plot_binj.RecoveredPerInjectedhrssVsFreq
 
class  lalburst_power_plot_binj.RecoveredPerInjectedhrssVsBandwidth
 
class  lalburst_power_plot_binj.RecoveredTimeOffset
 
class  lalburst_power_plot_binj.RecoveredFrequencyOffset
 
class  lalburst_power_plot_binj.RecoveredVsInjectedFreq
 
class  lalburst_power_plot_binj.CoincRecoveredVsInjectedFreq
 

Namespaces

namespace  lalburst_power_plot_binj
 

Variables

 lalburst_power_plot_binj.options
 
 lalburst_power_plot_binj.filenames
 
 lalburst_power_plot_binj.file
 
dictionary lalburst_power_plot_binj.plots = {}
 
def lalburst_power_plot_binj.coincplots = new_coinc_plots(("H1", "H2", "L1"), options.amplitude_func, options.amplitude_lbl, options.coinc_plot)
 
 lalburst_power_plot_binj.working_filename = dbtables.get_connection_filename(filename, tmp_path = options.tmp_space, verbose = options.verbose)
 
 lalburst_power_plot_binj.database = SnglBurstUtils.CoincDatabase(sqlite3.connect(str(working_filename)), options.live_time_program)
 
 lalburst_power_plot_binj.filename = format % (options.base, options.plot[n], options.format)
 
 lalburst_power_plot_binj.verbose
 
def lalburst_power_plot_binj.binning = make_binning(plots)
 
list lalburst_power_plot_binj.efficiencies = []
 
int lalburst_power_plot_binj.n = 0
 
string lalburst_power_plot_binj.format = "%%s%s_%%0%dd.%%s" % (instrument, int(math.log10(max(options.plot) or 1)) + 1)
 
dictionary lalburst_power_plot_binj.plot = plots[instrument].pop(0)
 
 lalburst_power_plot_binj.fig = SimBurstUtils.plot_Efficiency_hrss_vs_freq(plot)