|
| def | lalapps_string_final.parse_command_line () |
| |
| def | lalapps_string_final.ratevsthresh_bounds (background_x, background_y, zero_lag_x, zero_lag_y) |
| |
| def | lalapps_string_final.expected_count (x, background_x, background_y) |
| |
| def | lalapps_string_final.compress_ratevsthresh_curve (x, y, yerr) |
| |
| def | lalapps_string_final.slope (x, y) |
| | From the x and y arrays, compute the slope at the x co-ordinates using a first-order finite difference approximation. More...
|
| |
| def | lalapps_string_final.upper_err (y, yerr, deltax) |
| |
| def | lalapps_string_final.lower_err (y, yerr, deltax) |
| |
| def | lalapps_string_final.write_efficiency (fileobj, bins, eff, yerr) |
| |
| def | lalapps_string_final.render_data_from_bins (dump_file, axes, efficiency_num, efficiency_den, cal_uncertainty, filter_width, colour="k", erroralpha=0.3, linestyle="-") |
| |
| def | lalapps_string_final.group_files (filenames, verbose=False) |
| |
| def | lalapps_string_final.pack_files (filenames, n_threads, verbose=False) |
| |
| def | lalapps_string_final.import_dumps (filenames, verbose=False) |
| |
| def | lalapps_string_final.process_file (filename, products, live_time_program, tmp_path=None, veto_segments_name=None, verbose=False) |
| |
| def | lalapps_string_final.process_files (filenames, products, live_time_program, tmp_path=None, veto_segments_name=None, verbose=False) |
| |
| def | lalapps_string_final.write_products (products, prefix, image_formats, verbose=False) |
| |