PyCBC 2.8.1__tar.gz → 2.8.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {PyCBC-2.8.1 → PyCBC-2.8.3}/PKG-INFO +2 -2
- {PyCBC-2.8.1 → PyCBC-2.8.3}/PyCBC.egg-info/PKG-INFO +2 -2
- {PyCBC-2.8.1 → PyCBC-2.8.3}/PyCBC.egg-info/SOURCES.txt +3 -1
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_multi_inspiral +31 -39
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_grb_trig_combiner +1 -1
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_efficiency +6 -4
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_injs_results +8 -4
- PyCBC-2.8.3/examples/multi_inspiral/check_gw170817_trigs.py +46 -0
- PyCBC-2.8.3/examples/multi_inspiral/clean.sh +1 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/multi_inspiral/faceon_faceaway.sh +2 -2
- PyCBC-2.8.3/examples/multi_inspiral/gw170817_h.sh +62 -0
- PyCBC-2.8.3/examples/multi_inspiral/gw170817_hl.sh +64 -0
- PyCBC-2.8.1/examples/multi_inspiral/run.sh → PyCBC-2.8.3/examples/multi_inspiral/gw170817_hlv.sh +15 -24
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/resample.py +1 -1
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/pnutils.py +2 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/pygrb_postprocessing_utils.py +6 -3
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/scatter_histograms.py +1 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/version.py +11 -11
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/autochisq.py +66 -51
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/bank_chisq.py +10 -11
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/configuration.py +67 -21
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/segment.py +3 -1
- {PyCBC-2.8.1 → PyCBC-2.8.3}/setup.py +1 -1
- PyCBC-2.8.1/examples/multi_inspiral/check_gw170817_trigs.py +0 -37
- PyCBC-2.8.1/examples/multi_inspiral/clean.sh +0 -1
- {PyCBC-2.8.1 → PyCBC-2.8.3}/LICENSE +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/MANIFEST.in +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/PyCBC.egg-info/dependency_links.txt +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/PyCBC.egg-info/requires.txt +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/PyCBC.egg-info/top_level.txt +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/README.md +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_add_statmap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_apply_rerank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_average_psd +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_bin_templates +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_bin_trigger_rates_dq +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_calculate_psd +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_coinc_findtrigs +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_coinc_hdfinjfind +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_coinc_mergetrigs +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_coinc_statmap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_coinc_statmap_inj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_combine_coincident_events +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_combine_statmap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_cut_merge_triggers_to_tmpltbank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_distribute_background_bins +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_dtphase +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_exclude_zerolag +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_fit_sngls_binned +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_fit_sngls_by_template +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_fit_sngls_over_multiparam +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_fit_sngls_over_param +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_fit_sngls_split_binned +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_followup_file +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_foreground_censor +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_get_loudest_params +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_make_bayestar_skymap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_merge_psds +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_plot_kde_vals +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_prepare_xml_for_gracedb +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_reduce_template_bank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_rerank_passthrough +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_sngls_findtrigs +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_sngls_pastro +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_sngls_statmap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_sngls_statmap_inj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_strip_injections +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_template_kde_calc +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_template_kde_max +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_template_recovery_hist +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/all_sky_search/pycbc_upload_single_event_to_gracedb +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_aligned_bank_cat +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_aligned_stoch_bank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_bank_verification +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_brute_bank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_coinc_bank2hdf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_geom_aligned_2dstack +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_geom_aligned_bank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_geom_nonspinbank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/bank/pycbc_tmpltbank_to_chi_params +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/hwinj/pycbc_generate_hwinj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/hwinj/pycbc_generate_hwinj_from_xml +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/hwinj/pycbc_insert_frame_hwinj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/hwinj/pycbc_plot_hwinj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_create_fits +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_extract_samples +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_model_stats +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_monitor +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_acceptance_rate +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_acf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_acl +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_dynesty_run +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_dynesty_traceplot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_gelman_rubin +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_geweke +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_inj_recovery +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_mcmc_history +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_movie +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_posterior +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_pp +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_prior +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_samples +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_skymap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_plot_thermodynamic_integrand +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_pp_table_summary +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_start_from_samples +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_inference_table_summary +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/pycbc_validate_test_posterior +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/inference/run_pycbc_inference +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_collate_triggers +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_collated_dq_trigger_rates +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_combine_dq_trigger_rates +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_combine_single_significance_fits +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_plot_combined_single_significance_fits +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_plot_single_significance_fits +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_single_significance_fits +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/live/pycbc_live_supervise_collated_trigger_fits +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_foreground_minifollowup +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_injection_minifollowup +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_page_coincinfo +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_page_injinfo +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_page_snglinfo +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_plot_chigram +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_plot_trigger_timeseries +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_single_template_plot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_sngl_minifollowup +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/minifollowups/pycbc_upload_prep_minifollowup +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_banksim_plot_eff_fitting_factor +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_banksim_plot_fitting_factors +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_banksim_table_point_injs +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_create_html_snippet +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_faithsim_plots +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_ifar_catalog +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_mass_area_plot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_mchirp_plots +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_banktriggerrate +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_coinc_snrchi +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_dq_table +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_fars_vs_stat +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_foreground +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_foundmissed +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_ifar +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_injtable +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_recovery +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_segments +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_segplot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_segtable +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_sensitivity +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_snrchi +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_snrifar +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_snrratehist +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_template_bin_table +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_versioning +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_page_vetotable +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_background_coincs +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_bank_bins +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_bank_compression +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_bank_corner +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_dq_flag_likelihood +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_dq_likelihood_vs_time +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_dq_percentiles +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_gate_triggers +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_gating +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_hist +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_multiifo_dtphase +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_psd_file +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_psd_timefreq +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_qscan +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_range +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_range_vs_mtot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_singles_timefreq +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_singles_vs_params +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_throughput +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_trigrate +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_vt_ratio +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/plotting/pycbc_plot_waveform +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/population/pycbc_multiifo_pastro +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/population/pycbc_population_plots +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/population/pycbc_population_rates +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_banksim +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_banksim_combine_banks +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_banksim_match_combine +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_banksim_skymax +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_compress_bank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_condition_strain +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_convertinjfiletohdf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_copy_output_map +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_create_injections +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_data_store +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_faithsim +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_faithsim_collect_results +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_fit_sngl_trigs +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_get_ffinal +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_gwosc_segment_query +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_hdf5_splitbank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_hdf_splitinj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_inj_cut +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_inspiral +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_inspiral_skymax +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_live +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_live_nagios_monitor +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_make_banksim +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_make_faithsim +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_make_html_page +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_make_sky_grid +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_make_skymap +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_merge_inj_hdf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_optimal_snr +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_optimize_snr +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_process_sngls +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_randomize_inj_dist_by_optsnr +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_single_template +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_source_probability_offline +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_split_inspinj +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_splitbank +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_stageout_failed_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_submit_dax +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pycbc_upload_xml_to_gracedb +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_grb_inj_finder +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_grb_trig_cluster +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_make_offline_grb_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_exclusion_dist_table +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_grb_info_table +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_minifollowups +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_page_tables +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_chisq_veto +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_coh_ifosnr +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_null_stats +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_skygrid +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_snr_timeseries +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_plot_stats_distribution +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/pygrb/pycbc_pygrb_results_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflow_comparisons/offline_search/pycbc_combine_injection_comparisons +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflow_comparisons/offline_search/pycbc_injection_set_comparison +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflow_comparisons/offline_search/pycbc_plot_injections_found_both_workflows +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflow_comparisons/offline_search/pycbc_plot_injections_missed_one_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflow_comparisons/offline_search/pycbc_plot_vt_ratio_vs_ifar +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_bank_compression_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_bank_verifier_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_faithsim_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_inference_inj_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_inference_plots_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_inference_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_offline_search_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_psd_estimation_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_sbank_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/bin/workflows/pycbc_make_uberbank_workflow +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/banksim/injection0.xml +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/banksim/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/cal/foton_filter_esd_saturation/pycbc_check_esd_saturation.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/cal/foton_filter_esd_saturation/pycbc_check_pcal_saturation.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/cal/foton_filter_esd_saturation/run_pcal_saturation_example.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/catalog/data.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/catalog/stat.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/catalog/what.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/dataquality/hwinj.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/dataquality/on.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/detector/ant.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/detector/custom.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/detector/delay.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/detector/loc.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/detector/travel.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/distributions/list_distributions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/distributions/mass_examples.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/distributions/mchirp_q_from_uniform_m1m2_example.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/distributions/sampling_from_config_example.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/distributions/spin_examples.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/distributions/spin_spatial_distr_example.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/faith/injection0.xml +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/faith/pegasus_workflow_create.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/faith/pegasus_workflow_submit.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/faith/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/filter/chisq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/filter/fir.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/filter/pass.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/filter/snr.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/gw150914/audio.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/gw150914/gw150914_h1_snr.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/gw150914/gw150914_shape.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/analytic-normal2d/make_movie.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/analytic-normal2d/plot.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/analytic-normal2d/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/bbh-injection/make_injection.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/bbh-injection/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/bbh-injection/run_test.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/gw150914/plot.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/gw150914/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/gw150914/run_test.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/hierarchical/make_injections.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/hierarchical/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/hierarchical/run_test.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_inj/injection_smbhb.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_inj/plot.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_inj/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_ldc/advanced_plot.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_ldc/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_ldc/plot.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/lisa_smbhb_ldc/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/list_parameters.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/margtime/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/margtime/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/margtime/run_inj.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/multisignal/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/multisignal/make_injections.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/multisignal/rel.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/multisignal/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/multisignal/single.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/relative/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/relative/plot.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/relative/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/relmarg/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/relmarg/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/samplers/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/single/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/single/plot.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/single/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/single/run_instant.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inference/single/run_marg.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inspiral/check_GW150914_detection.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inspiral/clean.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/inspiral/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/live/check_results.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/live/generate_injections.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/live/make_fit_coeffs.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/live/make_singles_significance_fits.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/live/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/make_skymap/GW150914.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/make_skymap/GW170817.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/make_skymap/simulated_data.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/multi_inspiral/check_faceon_faceaway_trigs.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/noise/frequency.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/noise/timeseries.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/overlap.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/psd/analytic.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/psd/estimate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/psd/read.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/bank.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/check_job.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/gen.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/get.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/master.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/stats.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/search/submit.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/bank_workflow_test/gen.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/cleanOutput.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/compress_workflow/gen.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/make_cache.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testAligned.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testAligned2.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testAligned3.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testNonspin.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testNonspin2.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testNonspin3.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testStoch.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testStoch2.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testStoch3.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/tmpltbank/testStoch4.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/add_waveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/higher_modes.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/match_waveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/plot_detwaveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/plot_fd_td.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/plot_freq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/plot_phase.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/plot_waveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/waveform/what_waveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/data_checker/daily_test.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/data_checker/get_data_example.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/data_checker/run_daily_test.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/data_checker/run_get_data_example.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/dayhopecheck/dayhopecheck.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/dayhopecheck/run_dayhopecheck.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/generic/multilevel_subworkflow_data/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/generic/multilevel_subworkflow_data/simple.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/generic/simple_subworkflow_data/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/generic/simple_subworkflow_data/simple.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/inference/bbh_inj-dynesty/create_inj_workflow.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/inference/gw150914_gw170814-dynesty/create_workflow.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/inference/gw150914_gw170814-emcee_pt/create_workflow.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/inference/small_test/gen.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/pygrb/ER7/run_er7_pygrb_offline.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/pygrb/ER8/run_er8_pygrb_offline.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/pygrb/ER8/run_er8_pygrb_online.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/pygrb/S6/run_s6_pygrb.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/quickstart/run.sh +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/examples/workflow/quickstart/simple.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/_version.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/_version_helper.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/bin_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/boundaries.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/catalog/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/catalog/catalog.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/conversions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/coordinates/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/coordinates/base.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/coordinates/space.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/cosmology.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/detector/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/detector/ground.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/detector/space.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/angular.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/arbitrary.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/bounded.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/constraints.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/external.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/fixedsamples.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/gaussian.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/joint.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/mass.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/power_law.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/qnm.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/sky_location.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/spins.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/uniform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/uniform_log.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/distributions/utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/dq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/coherent.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/coinc.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/coinc_rate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/cuts.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/eventmgr.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/eventmgr_cython.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/ranking.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/significance.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/simd_threshold_ccode.cpp +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/simd_threshold_cython.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/single.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/stat.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/threshold_cpu.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/threshold_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/threshold_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/trigger_fits.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/triggers.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/events/veto.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/backend_cpu.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/backend_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/backend_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/backend_mkl.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/backend_support.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/class_api.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/core.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/cuda_pyfft.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/cufft.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/cupyfft.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/fft_callback.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/fftw.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/fftw_pruned.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/fftw_pruned_cython.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/func_api.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/mkl.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/npfft.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/fft/parser_support.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/autocorrelation.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/fotonfilter.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/matchedfilter.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/matchedfilter_cpu.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/matchedfilter_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/matchedfilter_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/matchedfilter_numpy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/qtransform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/simd_correlate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/simd_correlate_ccode.cpp +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/simd_correlate_cython.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/filter/zpk.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/frame/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/frame/frame.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/frame/gwosc.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/frame/store.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/burn_in.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/entropy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/evidence.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/gelman_rubin.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/geweke.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/base_hdf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/base_mcmc.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/base_multitemper.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/base_nested_sampler.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/base_sampler.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/cpnest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/dynesty.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/emcee.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/emcee_pt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/epsie.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/multinest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/nessai.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/posterior.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/ptemcee.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/snowline.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/txt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/io/ultranest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/jump/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/jump/angular.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/jump/bounded_normal.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/jump/discrete.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/jump/normal.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/analytic.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/base.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/base_data.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/brute_marg.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/data_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/gated_gaussian_noise.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/gaussian_noise.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/hierarchical.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/marginalized_gaussian_noise.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/relbin.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/relbin_cpu.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/single_template.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/models/tools.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/option_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/base.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/base_cube.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/base_mcmc.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/base_multitemper.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/cpnest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/dummy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/dynesty.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/emcee.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/emcee_pt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/epsie.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/games.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/multinest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/nessai.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/ptemcee.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/refine.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/snowline.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inference/sampler/ultranest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inject/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inject/inject.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/inject/injfilterrejector.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/io/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/io/gracedb.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/io/hdf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/io/ligolw.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/io/live.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/io/record.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/libutils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/live/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/live/significance_fits.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/live/snr_optimizer.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/live/supervision.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/mchirp_area.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/neutron_stars/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/neutron_stars/eos_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/neutron_stars/ns_data/equil_2H.dat +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/neutron_stars/pg_isso_solver.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/noise/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/noise/gaussian.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/noise/reproduceable.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/opt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/pool.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/fgmc_functions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/fgmc_laguerre.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/fgmc_plots.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/live_pastro.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/live_pastro_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/population_models.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/rates_functions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/population/scale_injections.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/psd/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/psd/analytical.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/psd/analytical_space.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/psd/estimate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/psd/read.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/psd/variation.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/rate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/color.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/dq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/followup.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/layout.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/metadata.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/mpld3_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/plot.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/psd.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/pygrb_plotting_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/render.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/snr.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/css/bootstrap/3.3.2/bootstrap.min.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/css/bootstrap.min.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/css/fancybox/2.1.5/jquery.fancybox.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/css/pycbc/orange.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/css/pycbc/red.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Light.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Light.eot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Light.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Light.ttf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Light.woff +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Semibold.css +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Semibold.eot +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Semibold.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Semibold.ttf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/fonts/Lato-Semibold.woff +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/bootstrap/3.3.2/bootstrap.min.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/bootstrap.min.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/fancybox/2.1.5/fancybox-orange.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/fancybox/2.1.5/jquery.fancybox.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/fancybox/2.1.5/jquery.fancybox.pack.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/jquery/1.10.2/jquery-1.10.2.min.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/jquery/1.10.2/jquery.mousewheel-3.0.6.pack.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/static/js/jquery.min.js +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/str_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/table_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/files/file_default.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/files/file_glitchgram.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/files/file_img.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/files/file_pre.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/files/file_tmplt.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/orange.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/red.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/wells/sitemap.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/templates/wells/two_column.html +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/results/versioning.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/scheme.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/sensitivity.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/strain/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/strain/calibration.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/strain/gate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/strain/lines.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/strain/recalibrate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/strain/strain.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/bank_conversions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/bank_output_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/brute_force_methods.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/calc_moments.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/coord_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/lambda_mapping.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/lattice_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/option_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/partitioned_bank.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/tmpltbank/sky_grid.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/transforms.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/aligned.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/array.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/array_cpu.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/array_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/array_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/config.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/frequencyseries.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/optparse.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/types/timeseries.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/chisq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/chisq_cpu.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/chisq_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/chisq_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/vetoes/sgchisq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/SpinTaylorF2.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/bank.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/compress.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/decompress_cpu.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/decompress_cpu_ccode.cpp +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/decompress_cpu_cython.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/decompress_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/decompress_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/generator.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/multiband.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/nltides.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/parameters.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/plugin.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/premerger.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/pycbc_phenomC_tmplt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/ringdown.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/sinegauss.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/spa_tmplt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/spa_tmplt_cpu.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/spa_tmplt_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/spa_tmplt_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/supernovae.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/utils_cpu.pyx +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/utils_cuda.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/utils_cupy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/waveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/waveform/waveform_modes.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/__init__.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/coincidence.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/configparser_test.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/core.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/datafind.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/dq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/grb_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/inference_followups.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/injection.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/jobsetup.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/matched_filter.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/minifollowups.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/pegasus_files/pegasus-properties.conf +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/pegasus_sites.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/pegasus_workflow.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/plotting.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/psd.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/psdfiles.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/splittable.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/tmpltbank.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pycbc/workflow/versioning.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pyproject.toml +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/pytest.ini +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/setup.cfg +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/bankvetotest.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/fft_base.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/lalsim.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_array.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_array_lal.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_autochisq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_calibration.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_chisq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_coinc_stat.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_conversions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_coordinates_space.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_correlate.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_cuts.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_detector.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_distributions.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_dq.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_fft_mkl_threaded.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_fft_unthreaded.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_fftw_openmp.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_fftw_pthreads.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_frame.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_frequencyseries.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_infmodel.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_injection.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_io_live.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_live_coinc_compare.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_matchedfilter.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_noise.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_pnutils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_psd.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_resample.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_schemes.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_significance_module.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_skymax.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_spatmplt.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_strain.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_threshold.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_timeseries.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_tmpltbank.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_transforms.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_waveform.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/test_waveform_utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/test/utils.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/benchmarking/absolute_times.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/static/hooks/hook-pycbc.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/static/runtime-scipy.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/static/runtime-tkinter.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/timing/arr_perf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/timing/banksim/banksim.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/timing/correlate_perf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/timing/fft_perf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/timing/match_perf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tools/timing/wav_perf.py +0 -0
- {PyCBC-2.8.1 → PyCBC-2.8.3}/tox.ini +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyCBC
|
|
3
|
-
Version: 2.8.
|
|
3
|
+
Version: 2.8.3
|
|
4
4
|
Summary: Core library to analyze gravitational-wave data, find signals, and study their parameters.
|
|
5
5
|
Home-page: http://pycbc.org/
|
|
6
|
-
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.8.
|
|
6
|
+
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.8.3
|
|
7
7
|
Author: The PyCBC team
|
|
8
8
|
Author-email: alex.nitz@gmail.org
|
|
9
9
|
Keywords: ligo,physics,gravity,signal processing,gravitational waves
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyCBC
|
|
3
|
-
Version: 2.8.
|
|
3
|
+
Version: 2.8.3
|
|
4
4
|
Summary: Core library to analyze gravitational-wave data, find signals, and study their parameters.
|
|
5
5
|
Home-page: http://pycbc.org/
|
|
6
|
-
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.8.
|
|
6
|
+
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.8.3
|
|
7
7
|
Author: The PyCBC team
|
|
8
8
|
Author-email: alex.nitz@gmail.org
|
|
9
9
|
Keywords: ligo,physics,gravity,signal processing,gravitational waves
|
|
@@ -318,7 +318,9 @@ examples/multi_inspiral/check_faceon_faceaway_trigs.py
|
|
|
318
318
|
examples/multi_inspiral/check_gw170817_trigs.py
|
|
319
319
|
examples/multi_inspiral/clean.sh
|
|
320
320
|
examples/multi_inspiral/faceon_faceaway.sh
|
|
321
|
-
examples/multi_inspiral/
|
|
321
|
+
examples/multi_inspiral/gw170817_h.sh
|
|
322
|
+
examples/multi_inspiral/gw170817_hl.sh
|
|
323
|
+
examples/multi_inspiral/gw170817_hlv.sh
|
|
322
324
|
examples/noise/frequency.py
|
|
323
325
|
examples/noise/timeseries.py
|
|
324
326
|
examples/psd/analytic.py
|
|
@@ -624,7 +624,7 @@ with ctx:
|
|
|
624
624
|
if not inj_filter_rejector[ifo].template_segment_checker(
|
|
625
625
|
bank, t_num, stilde[ifo]
|
|
626
626
|
):
|
|
627
|
-
logging.
|
|
627
|
+
logging.debug(
|
|
628
628
|
"Skipping segment %d/%d with template %d/%d as no "
|
|
629
629
|
"detectable injection is present",
|
|
630
630
|
s_num + 1,
|
|
@@ -648,7 +648,11 @@ with ctx:
|
|
|
648
648
|
if not analyse_segment:
|
|
649
649
|
continue
|
|
650
650
|
logging.info(
|
|
651
|
-
"Analyzing
|
|
651
|
+
"Analyzing template %d/%d, segment %d/%d",
|
|
652
|
+
t_num + 1,
|
|
653
|
+
n_bank,
|
|
654
|
+
s_num + 1,
|
|
655
|
+
len(segments[ifo])
|
|
652
656
|
)
|
|
653
657
|
# The following dicts with IFOs as keys are created to store
|
|
654
658
|
# copies of the matched filtering results computed below.
|
|
@@ -664,7 +668,7 @@ with ctx:
|
|
|
664
668
|
# - The list of normalized SNR values at the trigger locations
|
|
665
669
|
snr = dict.fromkeys(args.instruments)
|
|
666
670
|
for ifo in args.instruments:
|
|
667
|
-
logging.
|
|
671
|
+
logging.debug(
|
|
668
672
|
"Filtering template %d/%d, ifo %s", t_num + 1, n_bank, ifo
|
|
669
673
|
)
|
|
670
674
|
# The following lines unpack and store copies of the matched
|
|
@@ -696,10 +700,10 @@ with ctx:
|
|
|
696
700
|
|
|
697
701
|
# Loop over (short) time-slides, starting with the zero-lag
|
|
698
702
|
for slide in range(num_slides):
|
|
699
|
-
logging.
|
|
703
|
+
logging.debug("Analyzing slide %d/%d", slide, num_slides)
|
|
700
704
|
# Loop over sky positions
|
|
701
705
|
for position_index in range(len(sky_positions)):
|
|
702
|
-
logging.
|
|
706
|
+
logging.debug(
|
|
703
707
|
"Analyzing sky position %d/%d",
|
|
704
708
|
position_index + 1,
|
|
705
709
|
len(sky_positions),
|
|
@@ -741,7 +745,7 @@ with ctx:
|
|
|
741
745
|
args.instruments[0]
|
|
742
746
|
]
|
|
743
747
|
)
|
|
744
|
-
logging.
|
|
748
|
+
logging.debug(
|
|
745
749
|
"Found %d coincident triggers", len(coinc_idx)
|
|
746
750
|
)
|
|
747
751
|
# Time delay is applied to indices to have them at the IFOs
|
|
@@ -753,9 +757,14 @@ with ctx:
|
|
|
753
757
|
% len(snr_dict[ifo])
|
|
754
758
|
for ifo in args.instruments
|
|
755
759
|
}
|
|
756
|
-
# Calculate the
|
|
757
|
-
#
|
|
758
|
-
|
|
760
|
+
# Calculate the quadrature sum of individual detector SNRs,
|
|
761
|
+
# regardless of how many IFOs are available.
|
|
762
|
+
# This accounts for a coherent SNR component and an
|
|
763
|
+
# incoherent one. It is referred to as coincident SNR
|
|
764
|
+
# throughout the code, even in the single IFO case.
|
|
765
|
+
# The calculation is performed only if triggers were
|
|
766
|
+
# gathered so far.
|
|
767
|
+
if len(coinc_idx) != 0:
|
|
759
768
|
# Find coinc SNR at trigger times and apply coinc SNR
|
|
760
769
|
# threshold (which depopulates coinc_idx accordingly)
|
|
761
770
|
(
|
|
@@ -768,32 +777,24 @@ with ctx:
|
|
|
768
777
|
args.coinc_threshold,
|
|
769
778
|
time_delay_idx[slide][position_index],
|
|
770
779
|
)
|
|
771
|
-
logging.
|
|
780
|
+
logging.debug(
|
|
772
781
|
"%d triggers above coincident SNR threshold",
|
|
773
782
|
len(coinc_idx),
|
|
774
783
|
)
|
|
775
784
|
if len(coinc_idx) != 0:
|
|
776
|
-
logging.
|
|
785
|
+
logging.debug(
|
|
777
786
|
"With max coincident SNR = %.2f",
|
|
778
787
|
max(rho_coinc),
|
|
779
788
|
)
|
|
780
|
-
# If there is only one IFO, just take its triggers
|
|
781
|
-
# and their SNRs
|
|
782
|
-
elif len(coinc_idx) != 0 and nifo == 1:
|
|
783
|
-
coinc_triggers = {
|
|
784
|
-
args.instruments[0]: snr_dict[args.instruments[0]][
|
|
785
|
-
coinc_idx_det_frame[args.instruments[0]]
|
|
786
|
-
]
|
|
787
|
-
}
|
|
788
789
|
else:
|
|
789
790
|
coinc_triggers = {}
|
|
790
|
-
logging.
|
|
791
|
+
logging.debug("No coincident triggers were found")
|
|
791
792
|
# If there are triggers above coinc threshold and more
|
|
792
|
-
# than
|
|
793
|
+
# than 1 IFO, then calculate the coherent statistics for
|
|
793
794
|
# them and apply the cut on coherent SNR (with threshold
|
|
794
795
|
# equal to the coinc SNR one)
|
|
795
|
-
if len(coinc_idx) != 0 and nifo >
|
|
796
|
-
logging.
|
|
796
|
+
if len(coinc_idx) != 0 and nifo > 1:
|
|
797
|
+
logging.debug("Calculating their coherent statistics")
|
|
797
798
|
# Plus and cross antenna pattern dictionaries
|
|
798
799
|
fp = {
|
|
799
800
|
ifo: antenna_pattern[ifo][position_index][0]
|
|
@@ -893,12 +894,12 @@ with ctx:
|
|
|
893
894
|
project,
|
|
894
895
|
rho_coinc,
|
|
895
896
|
)
|
|
896
|
-
logging.
|
|
897
|
+
logging.debug(
|
|
897
898
|
"%d triggers above coherent SNR threshold",
|
|
898
899
|
len(rho_coh),
|
|
899
900
|
)
|
|
900
901
|
if len(coinc_idx) != 0:
|
|
901
|
-
logging.
|
|
902
|
+
logging.debug(
|
|
902
903
|
"With max coherent SNR = %.2f", max(rho_coh)
|
|
903
904
|
)
|
|
904
905
|
# Calculate the null SNR and apply the null SNR cut
|
|
@@ -918,11 +919,11 @@ with ctx:
|
|
|
918
919
|
snrv=coinc_triggers,
|
|
919
920
|
index=coinc_idx,
|
|
920
921
|
)
|
|
921
|
-
logging.
|
|
922
|
+
logging.debug(
|
|
922
923
|
"%d triggers above null threshold", len(null)
|
|
923
924
|
)
|
|
924
925
|
if len(coinc_idx) != 0:
|
|
925
|
-
logging.
|
|
926
|
+
logging.debug(
|
|
926
927
|
"With max null SNR = %.2f", max(null)
|
|
927
928
|
)
|
|
928
929
|
# Now calculate the individual detector chi2 values
|
|
@@ -967,7 +968,7 @@ with ctx:
|
|
|
967
968
|
chisq, chisq_dof, coherent_ifo_trigs
|
|
968
969
|
)
|
|
969
970
|
# Calculate chisq reweighted SNR
|
|
970
|
-
if nifo >
|
|
971
|
+
if nifo > 1:
|
|
971
972
|
reweighted_snr = ranking.newsnr(
|
|
972
973
|
rho_coh,
|
|
973
974
|
network_chisq_dict,
|
|
@@ -983,13 +984,6 @@ with ctx:
|
|
|
983
984
|
null_grad=args.null_grad,
|
|
984
985
|
null_step=args.null_step,
|
|
985
986
|
)
|
|
986
|
-
elif nifo == 2:
|
|
987
|
-
reweighted_snr = ranking.newsnr(
|
|
988
|
-
rho_coinc,
|
|
989
|
-
network_chisq_dict,
|
|
990
|
-
q=args.chisq_index,
|
|
991
|
-
n=args.chisq_nhigh,
|
|
992
|
-
)
|
|
993
987
|
else:
|
|
994
988
|
rho_sngl = abs(
|
|
995
989
|
snr_dict[args.instruments[0]][
|
|
@@ -1050,11 +1044,9 @@ with ctx:
|
|
|
1050
1044
|
ifo_names,
|
|
1051
1045
|
[ifo_out_vals[n] for n in ifo_names],
|
|
1052
1046
|
)
|
|
1053
|
-
if nifo >
|
|
1047
|
+
if nifo > 1:
|
|
1054
1048
|
network_out_vals['coherent_snr'] = rho_coh
|
|
1055
1049
|
network_out_vals['null_snr'] = null
|
|
1056
|
-
elif nifo == 2:
|
|
1057
|
-
network_out_vals['coherent_snr'] = rho_coinc
|
|
1058
1050
|
else:
|
|
1059
1051
|
network_out_vals['coherent_snr'] = abs(
|
|
1060
1052
|
snr_dict[args.instruments[0]][
|
|
@@ -1089,7 +1081,7 @@ with ctx:
|
|
|
1089
1081
|
cluster_window = int(template.chirp_length * sample_rate)
|
|
1090
1082
|
# Cluster template events by slide
|
|
1091
1083
|
for slide in range(num_slides):
|
|
1092
|
-
logging.
|
|
1084
|
+
logging.debug("Clustering slide %d", slide)
|
|
1093
1085
|
event_mgr.cluster_template_network_events(
|
|
1094
1086
|
'time_index', 'reweighted_snr', cluster_window, slide=slide
|
|
1095
1087
|
)
|
|
@@ -137,7 +137,7 @@ def merge_hdf5_files(inputfiles, outputfile, verbose=False, **compression_kw):
|
|
|
137
137
|
all_event_id_names = sngl_event_id_names + network_event_id_names
|
|
138
138
|
|
|
139
139
|
# handle search datasets as a special case
|
|
140
|
-
# (they will the same in all files)
|
|
140
|
+
# (they will be the same in all files)
|
|
141
141
|
search_datasets = set(filter(lambda x: "/search/" in x, dataset_names))
|
|
142
142
|
gating_datasets = set(filter(lambda x: "/gating/" in x, dataset_names))
|
|
143
143
|
once_only_datasets = search_datasets.union(gating_datasets)
|
|
@@ -564,6 +564,12 @@ if len(found_after_vetoes['network/template_id']):
|
|
|
564
564
|
# ==========
|
|
565
565
|
logging.info("Plotting.")
|
|
566
566
|
|
|
567
|
+
# Calculate distances (as means) for the horizontal axis, only if there are
|
|
568
|
+
# found injections
|
|
569
|
+
if len(found_after_vetoes['network/template_id']):
|
|
570
|
+
dist_plot_vals = [np.asarray(dist_bin).mean()
|
|
571
|
+
for dist_bin in dist_bins]
|
|
572
|
+
|
|
567
573
|
# Plot efficiency using loudest background
|
|
568
574
|
if opts.background_output_file:
|
|
569
575
|
fig = plt.figure()
|
|
@@ -571,10 +577,6 @@ if opts.background_output_file:
|
|
|
571
577
|
|
|
572
578
|
# Without found injections, do not determine these quantities to plot
|
|
573
579
|
if len(found_after_vetoes['network/template_id']):
|
|
574
|
-
# Calculate distances (horizontal axis) as means
|
|
575
|
-
dist_plot_vals = [np.asarray(dist_bin).mean()
|
|
576
|
-
for dist_bin in dist_bins]
|
|
577
|
-
|
|
578
580
|
# Calculate error bars for efficiency/distance plots and datafiles
|
|
579
581
|
# using max BestNR of background
|
|
580
582
|
yerr_low_mc, yerr_high_mc, fraction_mc = efficiency_with_errs(
|
|
@@ -474,12 +474,16 @@ ax.grid()
|
|
|
474
474
|
# Handle axis limits when plotting spins
|
|
475
475
|
if "spin" in x_qty and missed_inj['spin1_a'].size:
|
|
476
476
|
max_missed_inj = missed_inj['spin1_a'].max()
|
|
477
|
-
ax.set_xlim([0, np.ceil(10 *
|
|
478
|
-
|
|
477
|
+
ax.set_xlim([0, np.ceil(10 * max_missed_inj) / 10])
|
|
478
|
+
if found_inj[x_qty].size:
|
|
479
|
+
ax.set_xlim([0, np.ceil(10 * max(max_missed_inj,
|
|
480
|
+
found_inj[x_qty].max())) / 10])
|
|
479
481
|
if "spin" in y_qty and missed_inj['spin2_a'].size:
|
|
480
482
|
max_missed_inj = missed_inj['spin2_a'].max()
|
|
481
|
-
ax.set_ylim([0, np.ceil(10 *
|
|
482
|
-
|
|
483
|
+
ax.set_ylim([0, np.ceil(10 * max_missed_inj) / 10])
|
|
484
|
+
if found_inj[y_qty].size:
|
|
485
|
+
ax.set_ylim([0, np.ceil(10 * max(max_missed_inj,
|
|
486
|
+
found_inj[y_qty].max())) / 10])
|
|
483
487
|
|
|
484
488
|
# Handle axis limits when plotting inclination
|
|
485
489
|
if "incl" in x_qty or "incl" in y_qty:
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
|
|
3
|
+
# Read a pycbc_multi_inspiral HDF5 trigger file and check that it contains
|
|
4
|
+
# triggers compatible with GW170817
|
|
5
|
+
# 2022 Andrew Williamson, Tito Dal Canton
|
|
6
|
+
|
|
7
|
+
import sys
|
|
8
|
+
import logging
|
|
9
|
+
import h5py
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
with h5py.File('GW170817_test_output.hdf', 'r') as f:
|
|
13
|
+
end_time = f['network/end_time_gc'][:]
|
|
14
|
+
coh_snr = f['network/coherent_snr'][:]
|
|
15
|
+
rw_snr = f['network/reweighted_snr'][:]
|
|
16
|
+
slide_id = f['network/slide_id'][:]
|
|
17
|
+
present_detectors = ''.join(
|
|
18
|
+
d for d in 'HLV' if f'{d}1' in f.keys()
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
# basic sanity checks
|
|
22
|
+
assert (end_time > 0).all()
|
|
23
|
+
assert (coh_snr > 0).all()
|
|
24
|
+
assert (rw_snr > 0).all()
|
|
25
|
+
|
|
26
|
+
# search for trigs compatible with GW170817
|
|
27
|
+
expected_time = 1187008882.43
|
|
28
|
+
required_net_snr = {'H': 17, 'HL': 28, 'HLV': 28}
|
|
29
|
+
mask = (
|
|
30
|
+
(abs(expected_time - end_time) < 0.1)
|
|
31
|
+
& (coh_snr > required_net_snr[present_detectors])
|
|
32
|
+
& (rw_snr > required_net_snr[present_detectors])
|
|
33
|
+
& (slide_id == 0)
|
|
34
|
+
)
|
|
35
|
+
n = mask.sum()
|
|
36
|
+
if n > 0:
|
|
37
|
+
print(
|
|
38
|
+
f'PASS: GW170817 found with max coherent SNR {max(coh_snr[mask]):.2f}, '
|
|
39
|
+
f'max reweighted SNR {max(rw_snr[mask]):.2f}'
|
|
40
|
+
)
|
|
41
|
+
status = 0
|
|
42
|
+
else:
|
|
43
|
+
print('FAIL: GW170817 not found')
|
|
44
|
+
status = 1
|
|
45
|
+
|
|
46
|
+
sys.exit(status)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
rm -f bank_veto_bank.xml *.hdf
|
|
@@ -32,8 +32,8 @@ PAD=8
|
|
|
32
32
|
BANK_FILE=gw170817_single_template.hdf
|
|
33
33
|
BANK_VETO_FILE=bank_veto_bank.xml
|
|
34
34
|
CHANNEL=SIMULATED_GW170817
|
|
35
|
-
RA=5.016076270234897
|
|
36
|
-
DEC
|
|
35
|
+
RA="5.016076270234897 rad"
|
|
36
|
+
DEC="-0.408407044967 rad"
|
|
37
37
|
|
|
38
38
|
echo -e "\\n\\n>> [`date`] Getting template bank"
|
|
39
39
|
wget -nv -nc ${CONFIG_URL}/${BANK_FILE}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
set -e
|
|
4
|
+
|
|
5
|
+
CONFIG_URL=https://github.com/gwastro/pycbc-config/raw/master/test/multi_inspiral
|
|
6
|
+
BANK_FILE=gw170817_single_template.hdf
|
|
7
|
+
echo -e "\\n\\n>> [`date`] Getting template bank"
|
|
8
|
+
wget -nv -nc ${CONFIG_URL}/${BANK_FILE}
|
|
9
|
+
|
|
10
|
+
EVENT=1187008882
|
|
11
|
+
PAD=8
|
|
12
|
+
START_PAD=111
|
|
13
|
+
END_PAD=17
|
|
14
|
+
GPS_START=$((EVENT - 192 - PAD))
|
|
15
|
+
GPS_END=$((EVENT + 192 + PAD))
|
|
16
|
+
TRIG_START=$((GPS_START + START_PAD))
|
|
17
|
+
TRIG_END=$((GPS_END - END_PAD))
|
|
18
|
+
OUTPUT=GW170817_test_output.hdf
|
|
19
|
+
|
|
20
|
+
echo -e "\\n\\n>> [`date`] Running pycbc_multi_inspiral on GW170817 data"
|
|
21
|
+
pycbc_multi_inspiral \
|
|
22
|
+
--verbose \
|
|
23
|
+
--projection left+right \
|
|
24
|
+
--instruments H1 \
|
|
25
|
+
--channel-name H1:GWOSC-16KHZ_R1_STRAIN \
|
|
26
|
+
--frame-type H1:GWOSC \
|
|
27
|
+
--trigger-time ${EVENT} \
|
|
28
|
+
--gps-start-time ${GPS_START} \
|
|
29
|
+
--gps-end-time ${GPS_END} \
|
|
30
|
+
--trig-start-time ${TRIG_START} \
|
|
31
|
+
--trig-end-time ${TRIG_END} \
|
|
32
|
+
--ra '3.44527994344 rad' \
|
|
33
|
+
--dec '-0.408407044967 rad' \
|
|
34
|
+
--bank-file ${BANK_FILE} \
|
|
35
|
+
--approximant IMRPhenomD \
|
|
36
|
+
--order -1 \
|
|
37
|
+
--low-frequency-cutoff 30 \
|
|
38
|
+
--sngl-snr-threshold 3.0 \
|
|
39
|
+
--chisq-bins "0.9*get_freq('fSEOBNRv4Peak',params.mass1,params.mass2,params.spin1z,params.spin2z)**(2./3.)" \
|
|
40
|
+
--pad-data 8 \
|
|
41
|
+
--strain-high-pass 25 \
|
|
42
|
+
--sample-rate 4096 \
|
|
43
|
+
--autogating-threshold 100 \
|
|
44
|
+
--autogating-cluster 0.5 \
|
|
45
|
+
--autogating-width 0.25 \
|
|
46
|
+
--autogating-taper 0.25 \
|
|
47
|
+
--autogating-pad 0 \
|
|
48
|
+
--cluster-method window \
|
|
49
|
+
--cluster-window 0.1 \
|
|
50
|
+
--segment-length 256 \
|
|
51
|
+
--segment-start-pad ${START_PAD} \
|
|
52
|
+
--segment-end-pad ${END_PAD} \
|
|
53
|
+
--psd-estimation median \
|
|
54
|
+
--psd-segment-length 32 \
|
|
55
|
+
--psd-segment-stride 8 \
|
|
56
|
+
--psd-num-segments 29 \
|
|
57
|
+
--do-shortslides \
|
|
58
|
+
--slide-shift 1 \
|
|
59
|
+
--output ${OUTPUT}
|
|
60
|
+
|
|
61
|
+
echo -e "\\n\\n>> [`date`] Checking output files"
|
|
62
|
+
python check_gw170817_trigs.py
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
set -e
|
|
4
|
+
|
|
5
|
+
CONFIG_URL=https://github.com/gwastro/pycbc-config/raw/master/test/multi_inspiral
|
|
6
|
+
BANK_FILE=gw170817_single_template.hdf
|
|
7
|
+
echo -e "\\n\\n>> [`date`] Getting template bank"
|
|
8
|
+
wget -nv -nc ${CONFIG_URL}/${BANK_FILE}
|
|
9
|
+
|
|
10
|
+
EVENT=1187008882
|
|
11
|
+
PAD=8
|
|
12
|
+
START_PAD=111
|
|
13
|
+
END_PAD=17
|
|
14
|
+
GPS_START=$((EVENT - 192 - PAD))
|
|
15
|
+
GPS_END=$((EVENT + 192 + PAD))
|
|
16
|
+
TRIG_START=$((GPS_START + START_PAD))
|
|
17
|
+
TRIG_END=$((GPS_END - END_PAD))
|
|
18
|
+
OUTPUT=GW170817_test_output.hdf
|
|
19
|
+
|
|
20
|
+
echo -e "\\n\\n>> [`date`] Running pycbc_multi_inspiral on GW170817 data"
|
|
21
|
+
pycbc_multi_inspiral \
|
|
22
|
+
--verbose \
|
|
23
|
+
--projection left+right \
|
|
24
|
+
--instruments H1 L1 \
|
|
25
|
+
--channel-name \
|
|
26
|
+
H1:GWOSC-16KHZ_R1_STRAIN \
|
|
27
|
+
L1:GWOSC-16KHZ_R1_STRAIN \
|
|
28
|
+
--frame-type H1:GWOSC L1:GWOSC \
|
|
29
|
+
--trigger-time ${EVENT} \
|
|
30
|
+
--gps-start-time ${GPS_START} \
|
|
31
|
+
--gps-end-time ${GPS_END} \
|
|
32
|
+
--trig-start-time ${TRIG_START} \
|
|
33
|
+
--trig-end-time ${TRIG_END} \
|
|
34
|
+
--ra '3.44527994344 rad' \
|
|
35
|
+
--dec '-0.408407044967 rad' \
|
|
36
|
+
--bank-file ${BANK_FILE} \
|
|
37
|
+
--approximant IMRPhenomD \
|
|
38
|
+
--order -1 \
|
|
39
|
+
--low-frequency-cutoff 30 \
|
|
40
|
+
--sngl-snr-threshold 3.0 \
|
|
41
|
+
--chisq-bins "0.9*get_freq('fSEOBNRv4Peak',params.mass1,params.mass2,params.spin1z,params.spin2z)**(2./3.)" \
|
|
42
|
+
--pad-data 8 \
|
|
43
|
+
--strain-high-pass 25 \
|
|
44
|
+
--sample-rate 4096 \
|
|
45
|
+
--autogating-threshold 100 \
|
|
46
|
+
--autogating-cluster 0.5 \
|
|
47
|
+
--autogating-width 0.25 \
|
|
48
|
+
--autogating-taper 0.25 \
|
|
49
|
+
--autogating-pad 0 \
|
|
50
|
+
--cluster-method window \
|
|
51
|
+
--cluster-window 0.1 \
|
|
52
|
+
--segment-length 256 \
|
|
53
|
+
--segment-start-pad ${START_PAD} \
|
|
54
|
+
--segment-end-pad ${END_PAD} \
|
|
55
|
+
--psd-estimation median \
|
|
56
|
+
--psd-segment-length 32 \
|
|
57
|
+
--psd-segment-stride 8 \
|
|
58
|
+
--psd-num-segments 29 \
|
|
59
|
+
--do-shortslides \
|
|
60
|
+
--slide-shift 1 \
|
|
61
|
+
--output ${OUTPUT}
|
|
62
|
+
|
|
63
|
+
echo -e "\\n\\n>> [`date`] Checking output files"
|
|
64
|
+
python check_gw170817_trigs.py
|
PyCBC-2.8.1/examples/multi_inspiral/run.sh → PyCBC-2.8.3/examples/multi_inspiral/gw170817_hlv.sh
RENAMED
|
@@ -1,25 +1,11 @@
|
|
|
1
|
-
#!/bin/bash
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
set -e
|
|
2
4
|
|
|
3
5
|
CONFIG_URL=https://github.com/gwastro/pycbc-config/raw/master/test/multi_inspiral
|
|
4
6
|
BANK_FILE=gw170817_single_template.hdf
|
|
5
|
-
BANK_VETO_FILE=bank_veto_bank.xml
|
|
6
|
-
H1_FRAME=https://www.gwosc.org/eventapi/html/GWTC-1-confident/GW170817/v3/H-H1_GWOSC_4KHZ_R1-1187006835-4096.gwf
|
|
7
|
-
H1_CHANNEL=GWOSC-4KHZ_R1_STRAIN
|
|
8
|
-
L1_FRAME=https://dcc.ligo.org/public/0144/T1700406/003/L-L1_CLEANED_HOFT_C02_T1700406_v3-1187008667-4096.gwf
|
|
9
|
-
L1_CHANNEL=DCH-CLEAN_STRAIN_C02_T1700406_v3
|
|
10
|
-
V1_FRAME=https://www.gwosc.org/eventapi/html/GWTC-1-confident/GW170817/v3/V-V1_GWOSC_4KHZ_R1-1187006835-4096.gwf
|
|
11
|
-
V1_CHANNEL=GWOSC-4KHZ_R1_STRAIN
|
|
12
|
-
|
|
13
|
-
for IFO in H1 L1 V1; do
|
|
14
|
-
echo -e "\\n\\n>> [`date`] Getting ${IFO} frame"
|
|
15
|
-
FRAME=${IFO}_FRAME
|
|
16
|
-
wget -nv -nc ${!FRAME}
|
|
17
|
-
done
|
|
18
|
-
|
|
19
7
|
echo -e "\\n\\n>> [`date`] Getting template bank"
|
|
20
8
|
wget -nv -nc ${CONFIG_URL}/${BANK_FILE}
|
|
21
|
-
echo -e "\\n\\n>> [`date`] Bank veto bank"
|
|
22
|
-
wget -nv -nc ${CONFIG_URL}/${BANK_VETO_FILE}
|
|
23
9
|
|
|
24
10
|
EVENT=1187008882
|
|
25
11
|
PAD=8
|
|
@@ -36,13 +22,18 @@ pycbc_multi_inspiral \
|
|
|
36
22
|
--verbose \
|
|
37
23
|
--projection left+right \
|
|
38
24
|
--instruments H1 L1 V1 \
|
|
25
|
+
--channel-name \
|
|
26
|
+
H1:GWOSC-16KHZ_R1_STRAIN \
|
|
27
|
+
L1:GWOSC-16KHZ_R1_STRAIN \
|
|
28
|
+
V1:GWOSC-16KHZ_R1_STRAIN \
|
|
29
|
+
--frame-type H1:GWOSC L1:GWOSC V1:GWOSC \
|
|
39
30
|
--trigger-time ${EVENT} \
|
|
40
31
|
--gps-start-time ${GPS_START} \
|
|
41
32
|
--gps-end-time ${GPS_END} \
|
|
42
33
|
--trig-start-time ${TRIG_START} \
|
|
43
34
|
--trig-end-time ${TRIG_END} \
|
|
44
|
-
--ra 3.44527994344 \
|
|
45
|
-
--dec -0.408407044967 \
|
|
35
|
+
--ra '3.44527994344 rad' \
|
|
36
|
+
--dec '-0.408407044967 rad' \
|
|
46
37
|
--bank-file ${BANK_FILE} \
|
|
47
38
|
--approximant IMRPhenomD \
|
|
48
39
|
--order -1 \
|
|
@@ -52,11 +43,11 @@ pycbc_multi_inspiral \
|
|
|
52
43
|
--pad-data 8 \
|
|
53
44
|
--strain-high-pass 25 \
|
|
54
45
|
--sample-rate 4096 \
|
|
55
|
-
--
|
|
56
|
-
--
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
46
|
+
--autogating-threshold 100 \
|
|
47
|
+
--autogating-cluster 0.5 \
|
|
48
|
+
--autogating-width 0.25 \
|
|
49
|
+
--autogating-taper 0.25 \
|
|
50
|
+
--autogating-pad 0 \
|
|
60
51
|
--cluster-method window \
|
|
61
52
|
--cluster-window 0.1 \
|
|
62
53
|
--segment-length 256 \
|
|
@@ -128,7 +128,7 @@ def lfilter(coefficients, timeseries):
|
|
|
128
128
|
else:
|
|
129
129
|
# recursively perform which saves a bit on memory usage
|
|
130
130
|
# but must keep within recursion limit
|
|
131
|
-
chunksize = max(fillen * 5, len(timeseries) //
|
|
131
|
+
chunksize = max(fillen * 5, len(timeseries) // 2)
|
|
132
132
|
part1 = lfilter(coefficients, timeseries[0:chunksize])
|
|
133
133
|
part2 = lfilter(coefficients, timeseries[chunksize - fillen:])
|
|
134
134
|
out = timeseries.copy()
|
|
@@ -1025,6 +1025,8 @@ def jframe_to_l0frame(mass1, mass2, f_ref, phiref=0., thetajn=0., phijl=0.,
|
|
|
1025
1025
|
binary (in solar masses)
|
|
1026
1026
|
f_ref : float
|
|
1027
1027
|
The reference frequency.
|
|
1028
|
+
phiref : float
|
|
1029
|
+
The reference phase.
|
|
1028
1030
|
thetajn : float
|
|
1029
1031
|
Angle between the line of sight and the total angular momentume J.
|
|
1030
1032
|
phijl : float
|
|
@@ -345,7 +345,7 @@ def load_data(input_file, ifos, rw_snr_threshold=None, data_tag=None,
|
|
|
345
345
|
# The dataset contains search information or missed injections
|
|
346
346
|
# information, not properties of triggers or found injections:
|
|
347
347
|
# just copy it
|
|
348
|
-
if 'search' in path or 'missed' in path:
|
|
348
|
+
if 'search' in path or 'missed' in path or 'gating' in path:
|
|
349
349
|
trigs_dict[path] = dset[:]
|
|
350
350
|
# The dataset is trig/inj info at an IFO:
|
|
351
351
|
# cut with the correct index
|
|
@@ -401,9 +401,12 @@ def apply_vetoes_to_found_injs(found_missed_file, found_injs, ifos,
|
|
|
401
401
|
keep_keys = keys if keys else found_injs.keys()
|
|
402
402
|
|
|
403
403
|
if not found_missed_file or ifos[0]+'/end_time' not in found_injs.keys():
|
|
404
|
+
t_id_key = 'network/template_id'
|
|
405
|
+
if t_id_key not in keep_keys:
|
|
406
|
+
keep_keys = list(keep_keys+[t_id_key])
|
|
404
407
|
empty_dict = dict.fromkeys(keep_keys, numpy.array([]))
|
|
405
|
-
empty_dict[
|
|
406
|
-
empty_dict[
|
|
408
|
+
empty_dict[t_id_key] = \
|
|
409
|
+
empty_dict[t_id_key].astype(dtype=numpy.int64)
|
|
407
410
|
return (empty_dict, empty_dict, None, None)
|
|
408
411
|
|
|
409
412
|
found_idx = numpy.arange(len(found_injs[ifos[0]+'/end_time'][:]))
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
# coding: utf-8
|
|
2
|
-
# Generated by setup.py for PyCBC on 2025-
|
|
2
|
+
# Generated by setup.py for PyCBC on 2025-05-13 08:01:03 +0000.
|
|
3
3
|
|
|
4
4
|
# general info
|
|
5
|
-
version = '2.8.
|
|
6
|
-
date = '2025-
|
|
5
|
+
version = '2.8.3'
|
|
6
|
+
date = '2025-05-13 06:43:32 +0000'
|
|
7
7
|
release = True
|
|
8
|
-
last_release = '2.8.
|
|
8
|
+
last_release = '2.8.3'
|
|
9
9
|
|
|
10
10
|
# git info
|
|
11
|
-
git_hash = '
|
|
11
|
+
git_hash = 'd5f6fe7b8ff2f8dc98ff10d4924ac814b62dfdf8'
|
|
12
12
|
git_branch = 'None'
|
|
13
|
-
git_tag = 'v2.8.
|
|
13
|
+
git_tag = 'v2.8.3'
|
|
14
14
|
git_author = 'Tito Dal Canton <tito.dalcanton@ijclab.in2p3.fr>'
|
|
15
15
|
git_committer = 'GitHub <noreply@github.com>'
|
|
16
16
|
git_status = 'CLEAN: All modifications committed'
|
|
17
17
|
git_builder = 'Unknown User <>'
|
|
18
|
-
git_build_date = '2025-
|
|
19
|
-
git_verbose_msg = """Version: 2.8.
|
|
18
|
+
git_build_date = '2025-05-13 08:01:03 +0000'
|
|
19
|
+
git_verbose_msg = """Version: 2.8.3
|
|
20
20
|
Branch: None
|
|
21
|
-
Tag: v2.8.
|
|
22
|
-
Id:
|
|
21
|
+
Tag: v2.8.3
|
|
22
|
+
Id: d5f6fe7b8ff2f8dc98ff10d4924ac814b62dfdf8
|
|
23
23
|
Builder: Unknown User <>
|
|
24
|
-
Build date: 2025-
|
|
24
|
+
Build date: 2025-05-13 08:01:03 +0000
|
|
25
25
|
Repository status is CLEAN: All modifications committed"""
|
|
26
26
|
|
|
27
27
|
from pycbc._version import *
|