Data Structures | |
| class | CoincRecoveredVsInjectedFreq |
| class | FreqVsTime |
| class | HrssVsFreqScatter |
| class | RecoveredFrequencyOffset |
| class | RecoveredPerInjectedhrssVsBandwidth |
| class | RecoveredPerInjectedhrssVsFreq |
| class | RecoveredTimeOffset |
| class | RecoveredVsInjectedFreq |
| class | RecoveredVsInjectedhrss |
| class | TriggerCountHistogram |
Functions | |
| def | parse_command_line () |
| def | new_plots (instrument, amplitude_func, amplitude_lbl, plots) |
| def | new_coinc_plots (instruments, amplitude_func, amplitude_lbl, plots) |
| def | make_binning (plots) |
| def | plot_multi_Efficiency_hrss_vs_freq (efficiencies) |
Variables | |
| options | |
| filenames | |
| file | |
| dictionary | plots = {} |
| def | coincplots = new_coinc_plots(("H1", "H2", "L1"), options.amplitude_func, options.amplitude_lbl, options.coinc_plot) |
| working_filename = dbtables.get_connection_filename(filename, tmp_path = options.tmp_space, verbose = options.verbose) | |
| database = SnglBurstUtils.CoincDatabase(sqlite3.connect(str(working_filename)), options.live_time_program) | |
| filename = format % (options.base, options.plot[n], options.format) | |
| verbose | |
| def | binning = make_binning(plots) |
| list | efficiencies = [] |
| int | n = 0 |
| string | format = "%%s%s_%%0%dd.%%s" % (instrument, int(math.log10(max(options.plot) or 1)) + 1) |
| dictionary | plot = plots[instrument].pop(0) |
| fig = SimBurstUtils.plot_Efficiency_hrss_vs_freq(plot) | |
| def lalburst_power_plot_binj.parse_command_line | ( | ) |
Definition at line 60 of file lalburst_power_plot_binj.py.
| def lalburst_power_plot_binj.new_plots | ( | instrument, | |
| amplitude_func, | |||
| amplitude_lbl, | |||
| plots | |||
| ) |
Definition at line 695 of file lalburst_power_plot_binj.py.
| def lalburst_power_plot_binj.new_coinc_plots | ( | instruments, | |
| amplitude_func, | |||
| amplitude_lbl, | |||
| plots | |||
| ) |
Definition at line 711 of file lalburst_power_plot_binj.py.
| def lalburst_power_plot_binj.make_binning | ( | plots | ) |
Definition at line 800 of file lalburst_power_plot_binj.py.
| def lalburst_power_plot_binj.plot_multi_Efficiency_hrss_vs_freq | ( | efficiencies | ) |
Definition at line 875 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.options |
Definition at line 724 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.filenames |
Definition at line 724 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.file |
Definition at line 726 of file lalburst_power_plot_binj.py.
| dictionary lalburst_power_plot_binj.plots = {} |
Definition at line 735 of file lalburst_power_plot_binj.py.
| def lalburst_power_plot_binj.coincplots = new_coinc_plots(("H1", "H2", "L1"), options.amplitude_func, options.amplitude_lbl, options.coinc_plot) |
Definition at line 736 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.working_filename = dbtables.get_connection_filename(filename, tmp_path = options.tmp_space, verbose = options.verbose) |
Definition at line 741 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.database = SnglBurstUtils.CoincDatabase(sqlite3.connect(str(working_filename)), options.live_time_program) |
Definition at line 742 of file lalburst_power_plot_binj.py.
Definition at line 792 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.verbose |
Definition at line 792 of file lalburst_power_plot_binj.py.
| lalburst_power_plot_binj.binning = make_binning(plots) |
Definition at line 811 of file lalburst_power_plot_binj.py.
| list lalburst_power_plot_binj.efficiencies = [] |
Definition at line 819 of file lalburst_power_plot_binj.py.
| int lalburst_power_plot_binj.n = 0 |
Definition at line 821 of file lalburst_power_plot_binj.py.
| string lalburst_power_plot_binj.format = "%%s%s_%%0%dd.%%s" % (instrument, int(math.log10(max(options.plot) or 1)) + 1) |
Definition at line 822 of file lalburst_power_plot_binj.py.
| dictionary lalburst_power_plot_binj.plot = plots[instrument].pop(0) |
Definition at line 824 of file lalburst_power_plot_binj.py.
| def lalburst_power_plot_binj.fig = SimBurstUtils.plot_Efficiency_hrss_vs_freq(plot) |
Definition at line 832 of file lalburst_power_plot_binj.py.