|
| def | lalburst_power_final.parse_command_line () |
| |
| def | lalburst_power_final.bb_id_likelihood_confidence_background (database) |
| |
| def | lalburst_power_final.create_sim_coinc_map_view (connection) |
| |
| def | lalburst_power_final.dump_confidence_likelihood_scatter_data (globs, live_time_program="lalapps_power", tmp_path=None, verbose=False) |
| |
| def | lalburst_power_final.plot_confidence_likelihood_scatter_data (slope, verbose=False) |
| |
| def | lalburst_power_final.measure_threshold (filenames, n_survivors, live_time_program="lalapps_power", tmp_path=None, open_box=False, verbose=False) |
| |
| def | lalburst_power_final.print_rate_vs_threshold_data (rate_vs_threshold_data, confidence_contour_slope) |
| |
| def | lalburst_power_final.plot_rate_vs_threshold (data) |
| | Input is a RateVsThresholdData instance. More...
|
| |
| def | lalburst_power_final.diagnostic_plot (z, bins, title, ylabel, filename) |
| |
| def | lalburst_power_final.measure_efficiency (filenames, threshold, live_time_program="lalapps_power", upper_limit_scale="E", tmp_path=None, verbose=False) |
| |
| def | lalburst_power_final.plot_efficiency_data (efficiency_data) |
| |
| def | lalburst_power_final.mu_p_epsilon (xi, p) |
| | Given the background correction factor $\xi$, and the upper limit confidence p, solve. More...
|
| |
| def | lalburst_power_final.rate_upper_limit (efficiency_data, mu_0primed, zero_lag_live_time, p) |
| |
| def | lalburst_power_final.plot_rate_upper_limit (rate_data) |
| |
| def | lalburst_power_final.coinc_detection_statistic (likelihood, confidence, m=options.confidence_contour_slope) |
| |
|
| | lalburst_power_final.PosInf = float("+inf") |
| |
| | lalburst_power_final.NegInf = float("-inf") |
| |
| | lalburst_power_final.options |
| |
| | lalburst_power_final.filenames = sorted(filename for g in options.background_glob for filename in glob.glob(g)) |
| |
| | lalburst_power_final.file |
| |
| | lalburst_power_final.injections_glob |
| |
| | lalburst_power_final.live_time_program |
| |
| | lalburst_power_final.tmp_path |
| |
| | lalburst_power_final.tmp_space |
| |
| | lalburst_power_final.verbose |
| |
| | lalburst_power_final.confidence_contour_slope |
| |
| def | lalburst_power_final.rate_vs_threshold_data = measure_threshold(filenames, options.zero_lag_survivors, live_time_program = options.live_time_program, tmp_path = options.tmp_space, open_box = options.open_box, verbose = options.verbose) |
| |
| | lalburst_power_final.zero_lag_live_time |
| |
| | lalburst_power_final.amplitude_threshold |
| |
| | lalburst_power_final.mu_0primed |
| |
| def | lalburst_power_final.efficiency_data = measure_efficiency(filenames, rate_vs_threshold_data.amplitude_threshold, live_time_program = options.live_time_program, upper_limit_scale = options.upper_limit_scale, tmp_path = options.tmp_space, verbose = options.verbose) |
| |
| def | lalburst_power_final.rate_data = rate_upper_limit(efficiency_data, rate_vs_threshold_data.mu_0primed, rate_vs_threshold_data.zero_lag_live_time, options.upper_limit_confidence) |
| |