|
| | 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) |
| |