PyCBC 2.3.5__tar.gz → 2.3.7__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.3.5 → PyCBC-2.3.7}/PKG-INFO +2 -2
- {PyCBC-2.3.5 → PyCBC-2.3.7}/PyCBC.egg-info/PKG-INFO +2 -2
- {PyCBC-2.3.5 → PyCBC-2.3.7}/PyCBC.egg-info/SOURCES.txt +2 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_bin_trigger_rates_dq +6 -2
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_make_bayestar_skymap +32 -4
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_prepare_xml_for_gracedb +1 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_sngls_findtrigs +8 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_upload_single_event_to_gracedb +1 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_page_coincinfo +1 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_coinc_snrchi +40 -7
- PyCBC-2.3.7/bin/plotting/pycbc_page_dq_table +54 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_snrchi +28 -16
- PyCBC-2.3.7/bin/plotting/pycbc_page_template_bin_table +75 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_dq_flag_likelihood +4 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_hist +22 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_convertinjfiletohdf +5 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_offline_search_workflow +11 -5
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/_version.py +54 -25
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/_version_helper.py +35 -35
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/io/hdf.py +15 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/psd/variation.py +1 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/versioning.py +1 -14
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/version.py +10 -10
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/parameters.py +13 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/waveform.py +10 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/minifollowups.py +2 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/plotting.py +26 -3
- {PyCBC-2.3.5 → PyCBC-2.3.7}/setup.py +1 -1
- {PyCBC-2.3.5 → PyCBC-2.3.7}/LICENSE +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/MANIFEST.in +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/PyCBC.egg-info/dependency_links.txt +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/PyCBC.egg-info/requires.txt +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/PyCBC.egg-info/top_level.txt +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/README.md +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_add_statmap +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_apply_rerank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_average_psd +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_bin_templates +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_calculate_psd +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_coinc_findtrigs +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_coinc_hdfinjfind +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_coinc_mergetrigs +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_coinc_statmap +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_coinc_statmap_inj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_combine_coincident_events +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_combine_statmap +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_cut_merge_triggers_to_tmpltbank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_distribute_background_bins +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_dtphase +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_exclude_zerolag +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_fit_sngls_binned +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_fit_sngls_by_template +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_fit_sngls_over_multiparam +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_fit_sngls_over_param +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_fit_sngls_split_binned +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_followup_file +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_foreground_censor +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_get_loudest_params +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_merge_psds +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_plot_kde_vals +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_reduce_template_bank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_rerank_passthrough +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_sngls_pastro +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_sngls_statmap +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_sngls_statmap_inj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_strip_injections +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_template_kde_calc +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_template_kde_max +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/all_sky_search/pycbc_template_recovery_hist +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_aligned_bank_cat +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_aligned_stoch_bank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_bank_verification +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_brute_bank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_coinc_bank2hdf +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_geom_aligned_2dstack +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_geom_aligned_bank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_geom_nonspinbank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/bank/pycbc_tmpltbank_to_chi_params +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/hwinj/pycbc_generate_hwinj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/hwinj/pycbc_generate_hwinj_from_xml +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/hwinj/pycbc_insert_frame_hwinj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/hwinj/pycbc_plot_hwinj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_create_fits +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_extract_samples +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_model_stats +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_monitor +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_acceptance_rate +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_acf +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_acl +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_dynesty_run +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_dynesty_traceplot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_gelman_rubin +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_geweke +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_inj_recovery +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_mcmc_history +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_movie +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_posterior +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_pp +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_prior +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_samples +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_skymap +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_plot_thermodynamic_integrand +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_pp_table_summary +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_start_from_samples +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_inference_table_summary +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/pycbc_validate_test_posterior +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/inference/run_pycbc_inference +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/live/pycbc_live_combine_single_fits +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/live/pycbc_live_plot_combined_single_fits +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/live/pycbc_live_plot_single_trigger_fits +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/live/pycbc_live_single_trigger_fits +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_foreground_minifollowup +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_injection_minifollowup +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_page_injinfo +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_page_snglinfo +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_plot_chigram +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_plot_trigger_timeseries +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_single_template_plot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_sngl_minifollowup +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/minifollowups/pycbc_upload_prep_minifollowup +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_banksim_plot_eff_fitting_factor +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_banksim_plot_fitting_factors +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_banksim_table_point_injs +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_create_html_snippet +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_faithsim_plots +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_ifar_catalog +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_mass_area_plot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_mchirp_plots +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_banktriggerrate +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_foreground +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_foundmissed +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_ifar +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_injtable +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_recovery +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_segments +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_segplot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_segtable +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_sensitivity +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_snrifar +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_snrratehist +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_versioning +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_page_vetotable +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_background_coincs +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_bank_bins +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_bank_corner +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_dq_likelihood_vs_time +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_dq_percentiles +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_gate_triggers +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_gating +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_multiifo_dtphase +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_psd_file +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_psd_timefreq +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_qscan +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_range +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_range_vs_mtot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_singles_timefreq +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_singles_vs_params +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_throughput +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_trigrate +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_vt_ratio +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/plotting/pycbc_plot_waveform +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/population/pycbc_multiifo_pastro +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/population/pycbc_population_plots +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/population/pycbc_population_rates +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_banksim +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_banksim_combine_banks +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_banksim_match_combine +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_banksim_skymax +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_coinc_time +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_compress_bank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_condition_strain +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_copy_output_map +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_create_injections +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_data_store +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_faithsim +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_faithsim_collect_results +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_fit_sngl_trigs +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_get_ffinal +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_gwosc_segment_query +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_hdf5_splitbank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_hdf_splitinj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_inj_cut +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_inspiral +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_inspiral_skymax +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_live +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_live_nagios_monitor +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_make_banksim +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_make_faithsim +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_make_html_page +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_make_skymap +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_merge_inj_hdf +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_multi_inspiral +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_optimal_snr +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_optimize_snr +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_process_sngls +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_randomize_inj_dist_by_optsnr +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_single_template +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_source_probability_offline +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_split_inspinj +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_splitbank +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_stageout_failed_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_submit_dax +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pycbc_upload_xml_to_gracedb +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_grb_inj_combiner +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_grb_inj_finder +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_grb_trig_cluster +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_grb_trig_combiner +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_make_offline_grb_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_efficiency +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_grb_info_table +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_minifollowups +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_page_tables +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_chisq_veto +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_coh_ifosnr +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_injs_results +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_null_stats +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_skygrid +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_snr_timeseries +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_plot_stats_distribution +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/pygrb/pycbc_pygrb_pp_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflow_comparisons/offline_search/pycbc_combine_injection_comparisons +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflow_comparisons/offline_search/pycbc_injection_set_comparison +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflow_comparisons/offline_search/pycbc_plot_injections_found_both_workflows +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflow_comparisons/offline_search/pycbc_plot_injections_missed_one_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflow_comparisons/offline_search/pycbc_plot_vt_ratio_vs_ifar +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_bank_verifier_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_faithsim_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_inference_inj_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_inference_plots_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_inference_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_psd_estimation_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_sbank_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/bin/workflows/pycbc_make_uberbank_workflow +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/banksim/injection0.xml +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/banksim/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/cal/foton_filter_esd_saturation/pycbc_check_esd_saturation.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/cal/foton_filter_esd_saturation/pycbc_check_pcal_saturation.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/cal/foton_filter_esd_saturation/run_pcal_saturation_example.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/catalog/data.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/catalog/stat.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/catalog/what.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/dataquality/hwinj.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/dataquality/on.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/detector/ant.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/detector/custom.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/detector/delay.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/detector/loc.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/detector/travel.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/distributions/list_distributions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/distributions/mass_examples.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/distributions/mchirp_q_from_uniform_m1m2_example.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/distributions/sampling_from_config_example.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/distributions/spin_examples.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/distributions/spin_spatial_distr_example.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/faith/injection0.xml +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/faith/pegasus_workflow_create.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/faith/pegasus_workflow_submit.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/faith/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/filter/chisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/filter/fir.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/filter/pass.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/filter/snr.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/gw150914/audio.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/gw150914/gw150914_h1_snr.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/gw150914/gw150914_shape.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/analytic-normal2d/make_movie.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/analytic-normal2d/plot.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/analytic-normal2d/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/bbh-injection/make_injection.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/bbh-injection/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/bbh-injection/run_test.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/gw150914/plot.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/gw150914/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/gw150914/run_test.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/hierarchical/make_injections.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/hierarchical/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/hierarchical/run_test.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_inj/injection_smbhb.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_inj/plot.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_inj/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_ldc/advanced_plot.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_ldc/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_ldc/plot.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/lisa_smbhb_ldc/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/list_parameters.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/margtime/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/margtime/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/margtime/run_inj.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/multisignal/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/multisignal/make_injections.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/multisignal/rel.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/multisignal/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/multisignal/single.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/relative/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/relative/plot.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/relative/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/relmarg/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/relmarg/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/samplers/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/single/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/single/plot.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/single/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/single/run_instant.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inference/single/run_marg.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inspiral/check_GW150914_detection.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inspiral/clean.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/inspiral/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/live/check_results.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/live/generate_injections.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/live/make_singles_fits_file.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/live/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/make_skymap/GW150914.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/make_skymap/GW170817.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/make_skymap/simulated_data.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/multi_inspiral/check_faceon_faceaway_trigs.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/multi_inspiral/check_gw170817_trigs.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/multi_inspiral/clean.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/multi_inspiral/faceon_faceaway.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/multi_inspiral/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/noise/frequency.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/noise/timeseries.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/overlap.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/psd/analytic.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/psd/estimate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/psd/read.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/bank.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/check_job.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/gen.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/get.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/master.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/stats.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/search/submit.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/bank_workflow_test/gen.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/cleanOutput.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/make_cache.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testAligned.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testAligned2.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testAligned3.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testNonspin.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testNonspin2.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testNonspin3.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testStoch.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testStoch2.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testStoch3.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/tmpltbank/testStoch4.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/add_waveform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/higher_modes.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/match_waveform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/plot_detwaveform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/plot_fd_td.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/plot_freq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/plot_phase.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/plot_waveform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/waveform/what_waveform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/data_checker/daily_test.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/data_checker/get_data_example.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/data_checker/run_daily_test.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/data_checker/run_get_data_example.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/dayhopecheck/dayhopecheck.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/dayhopecheck/run_dayhopecheck.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/generic/multilevel_subworkflow_data/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/generic/multilevel_subworkflow_data/simple.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/generic/simple_subworkflow_data/run.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/generic/simple_subworkflow_data/simple.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/inference/bbh_inj-dynesty/create_inj_workflow.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/inference/gw150914_gw170814-dynesty/create_workflow.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/inference/gw150914_gw170814-emcee_pt/create_workflow.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/inference/small_test/gen.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/pygrb/ER7/run_er7_pygrb_offline.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/pygrb/ER8/run_er8_pygrb_offline.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/pygrb/ER8/run_er8_pygrb_online.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/examples/workflow/pygrb/S6/run_s6_pygrb.sh +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/bin_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/boundaries.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/catalog/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/catalog/catalog.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/conversions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/coordinates.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/cosmology.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/detector.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/angular.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/arbitrary.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/bounded.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/constraints.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/external.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/fixedsamples.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/gaussian.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/joint.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/mass.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/power_law.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/qnm.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/sky_location.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/spins.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/uniform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/uniform_log.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/distributions/utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/dq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/coherent.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/coinc.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/coinc_rate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/cuts.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/eventmgr.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/eventmgr_cython.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/ranking.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/significance.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/simd_threshold_ccode.cpp +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/simd_threshold_cython.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/single.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/stat.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/threshold_cpu.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/threshold_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/trigger_fits.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/triggers.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/events/veto.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/backend_cpu.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/backend_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/backend_mkl.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/backend_support.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/class_api.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/core.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/cuda_pyfft.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/cufft.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/fft_callback.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/fftw.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/fftw_pruned.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/fftw_pruned_cython.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/func_api.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/mkl.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/npfft.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/fft/parser_support.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/autocorrelation.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/fotonfilter.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/matchedfilter.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/matchedfilter_cpu.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/matchedfilter_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/matchedfilter_numpy.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/qtransform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/resample.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/simd_correlate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/simd_correlate_ccode.cpp +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/simd_correlate_cython.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/filter/zpk.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/frame/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/frame/frame.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/frame/gwosc.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/frame/store.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/burn_in.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/entropy.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/evidence.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/gelman_rubin.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/geweke.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/base_hdf.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/base_mcmc.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/base_multitemper.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/base_nested_sampler.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/base_sampler.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/cpnest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/dynesty.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/emcee.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/emcee_pt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/epsie.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/multinest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/posterior.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/ptemcee.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/txt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/io/ultranest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/jump/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/jump/angular.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/jump/bounded_normal.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/jump/discrete.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/jump/normal.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/analytic.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/base.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/base_data.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/brute_marg.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/data_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/gated_gaussian_noise.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/gaussian_noise.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/hierarchical.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/marginalized_gaussian_noise.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/relbin.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/relbin_cpu.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/single_template.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/models/tools.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/option_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/base.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/base_cube.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/base_mcmc.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/base_multitemper.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/cpnest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/dummy.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/dynesty.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/emcee.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/emcee_pt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/epsie.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/multinest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/ptemcee.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/refine.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inference/sampler/ultranest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inject/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inject/inject.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/inject/injfilterrejector.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/io/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/io/ligolw.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/io/live.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/io/record.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/libutils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/live/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/live/snr_optimizer.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/mchirp_area.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/neutron_stars/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/neutron_stars/eos_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/neutron_stars/ns_data/equil_2H.dat +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/neutron_stars/pg_isso_solver.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/noise/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/noise/gaussian.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/noise/reproduceable.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/opt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/pnutils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/pool.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/fgmc_functions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/fgmc_laguerre.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/fgmc_plots.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/live_pastro.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/live_pastro_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/population_models.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/rates_functions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/population/scale_injections.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/psd/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/psd/analytical.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/psd/analytical_space.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/psd/estimate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/psd/read.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/rate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/color.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/dq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/followup.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/layout.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/metadata.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/mpld3_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/plot.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/psd.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/pygrb_plotting_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/pygrb_postprocessing_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/render.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/scatter_histograms.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/snr.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/css/bootstrap/3.3.2/bootstrap.min.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/css/bootstrap.min.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/css/fancybox/2.1.5/jquery.fancybox.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/css/pycbc/orange.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/css/pycbc/red.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Light.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Light.eot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Light.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Light.ttf +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Light.woff +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Semibold.css +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Semibold.eot +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Semibold.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Semibold.ttf +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/fonts/Lato-Semibold.woff +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/bootstrap/3.3.2/bootstrap.min.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/bootstrap.min.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/fancybox/2.1.5/fancybox-orange.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/fancybox/2.1.5/jquery.fancybox.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/fancybox/2.1.5/jquery.fancybox.pack.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/jquery/1.10.2/jquery-1.10.2.min.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/jquery/1.10.2/jquery.mousewheel-3.0.6.pack.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/static/js/jquery.min.js +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/str_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/table_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/files/file_default.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/files/file_glitchgram.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/files/file_img.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/files/file_pre.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/files/file_tmplt.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/orange.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/red.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/wells/sitemap.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/results/templates/wells/two_column.html +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/scheme.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/sensitivity.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/strain/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/strain/calibration.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/strain/gate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/strain/lines.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/strain/recalibrate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/strain/strain.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/bank_conversions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/bank_output_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/brute_force_methods.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/calc_moments.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/coord_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/lambda_mapping.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/lattice_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/option_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/tmpltbank/partitioned_bank.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/transforms.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/aligned.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/array.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/array_cpu.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/array_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/config.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/frequencyseries.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/optparse.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/types/timeseries.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/autochisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/bank_chisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/chisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/chisq_cpu.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/chisq_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/vetoes/sgchisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/SpinTaylorF2.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/bank.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/compress.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/decompress_cpu.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/decompress_cpu_ccode.cpp +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/decompress_cpu_cython.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/decompress_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/generator.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/multiband.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/nltides.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/plugin.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/premerger.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/pycbc_phenomC_tmplt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/ringdown.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/sinegauss.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/spa_tmplt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/spa_tmplt_cpu.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/spa_tmplt_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/supernovae.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/utils_cpu.pyx +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/utils_cuda.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/waveform/waveform_modes.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/__init__.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/coincidence.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/configparser_test.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/configuration.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/core.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/datafind.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/dq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/grb_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/inference_followups.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/injection.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/jobsetup.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/matched_filter.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/pegasus_files/pegasus-properties.conf +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/pegasus_sites.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/pegasus_workflow.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/psd.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/psdfiles.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/segment.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/splittable.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/tmpltbank.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pycbc/workflow/versioning.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pyproject.toml +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/pytest.ini +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/setup.cfg +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/bankvetotest.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/fft_base.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/lalsim.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_array.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_array_lal.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_autochisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_calibration.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_chisq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_coinc_stat.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_conversions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_correlate.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_cuts.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_detector.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_distributions.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_dq.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_fft_mkl_threaded.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_fft_unthreaded.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_fftw_openmp.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_fftw_pthreads.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_frame.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_frequencyseries.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_infmodel.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_injection.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_io_live.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_live_coinc_compare.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_matchedfilter.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_noise.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_pnutils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_psd.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_resample.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_schemes.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_significance_module.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_skymax.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_spatmplt.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_threshold.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_timeseries.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_tmpltbank.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_transforms.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_waveform.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/test_waveform_utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/test/utils.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/benchmarking/absolute_times.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/einsteinathome/check_GW150914_detection.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/static/hooks/hook-pycbc.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/static/runtime-scipy.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/static/runtime-tkinter.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/timing/arr_perf.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/timing/banksim/banksim.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/timing/correlate_perf.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/timing/fft_perf.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/timing/match_perf.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tools/timing/wav_perf.py +0 -0
- {PyCBC-2.3.5 → PyCBC-2.3.7}/tox.ini +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyCBC
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.7
|
|
4
4
|
Summary: Core library to analyze gravitational-wave data, find signals, and study their parameters.
|
|
5
5
|
Home-page: http://www.pycbc.org/
|
|
6
6
|
Author: The PyCBC team
|
|
7
7
|
Author-email: alex.nitz@gmail.org
|
|
8
8
|
License: UNKNOWN
|
|
9
|
-
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.3.
|
|
9
|
+
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.3.7
|
|
10
10
|
Description: 
|
|
11
11
|
|
|
12
12
|
[PyCBC](http://pycbc.org) is a software package used to explore astrophysical sources of gravitational waves.
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyCBC
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.7
|
|
4
4
|
Summary: Core library to analyze gravitational-wave data, find signals, and study their parameters.
|
|
5
5
|
Home-page: http://www.pycbc.org/
|
|
6
6
|
Author: The PyCBC team
|
|
7
7
|
Author-email: alex.nitz@gmail.org
|
|
8
8
|
License: UNKNOWN
|
|
9
|
-
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.3.
|
|
9
|
+
Download-URL: https://github.com/gwastro/pycbc/tarball/v2.3.7
|
|
10
10
|
Description: 
|
|
11
11
|
|
|
12
12
|
[PyCBC](http://pycbc.org) is a software package used to explore astrophysical sources of gravitational waves.
|
|
@@ -153,6 +153,7 @@ bin/plotting/pycbc_mass_area_plot
|
|
|
153
153
|
bin/plotting/pycbc_mchirp_plots
|
|
154
154
|
bin/plotting/pycbc_page_banktriggerrate
|
|
155
155
|
bin/plotting/pycbc_page_coinc_snrchi
|
|
156
|
+
bin/plotting/pycbc_page_dq_table
|
|
156
157
|
bin/plotting/pycbc_page_foreground
|
|
157
158
|
bin/plotting/pycbc_page_foundmissed
|
|
158
159
|
bin/plotting/pycbc_page_ifar
|
|
@@ -165,6 +166,7 @@ bin/plotting/pycbc_page_sensitivity
|
|
|
165
166
|
bin/plotting/pycbc_page_snrchi
|
|
166
167
|
bin/plotting/pycbc_page_snrifar
|
|
167
168
|
bin/plotting/pycbc_page_snrratehist
|
|
169
|
+
bin/plotting/pycbc_page_template_bin_table
|
|
168
170
|
bin/plotting/pycbc_page_versioning
|
|
169
171
|
bin/plotting/pycbc_page_vetotable
|
|
170
172
|
bin/plotting/pycbc_plot_background_coincs
|
|
@@ -71,9 +71,9 @@ with HFile(args.trig_file, 'r') as trig_file:
|
|
|
71
71
|
data_mask = np.zeros(n_triggers_orig, dtype=bool)
|
|
72
72
|
data_mask[idx] = True
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
if args.gating_windows:
|
|
75
75
|
gate_times = []
|
|
76
|
-
|
|
76
|
+
with h5.File(args.trig_file, 'r') as trig_file:
|
|
77
77
|
logging.info('Getting gated times')
|
|
78
78
|
try:
|
|
79
79
|
gating_types = trig_file[f'{ifo}/gating'].keys()
|
|
@@ -188,6 +188,7 @@ with h5.File(args.output_file, 'w') as f:
|
|
|
188
188
|
frac_dt = abs(segs) / livetime
|
|
189
189
|
dq_rates[state] = frac_eff / frac_dt
|
|
190
190
|
bin_grp['dq_rates'] = dq_rates
|
|
191
|
+
bin_grp['num_triggers'] = len(trig_times_bin)
|
|
191
192
|
|
|
192
193
|
# save dq state segments
|
|
193
194
|
for dq_state, segs in dq_state_segs_dict.items():
|
|
@@ -196,7 +197,10 @@ with h5.File(args.output_file, 'w') as f:
|
|
|
196
197
|
starts, ends = segments_to_start_end(segs)
|
|
197
198
|
dq_grp['segment_starts'] = starts
|
|
198
199
|
dq_grp['segment_ends'] = ends
|
|
200
|
+
dq_grp['livetime'] = abs(segs)
|
|
199
201
|
|
|
200
202
|
f.attrs['stat'] = f'{ifo}-dq_stat_info'
|
|
203
|
+
f.attrs['sngl_ranking'] = args.sngl_ranking
|
|
204
|
+
f.attrs['sngl_ranking_threshold'] = args.stat_threshold
|
|
201
205
|
|
|
202
206
|
logging.info('Done!')
|
|
@@ -23,8 +23,14 @@ import glob
|
|
|
23
23
|
import sys
|
|
24
24
|
import random
|
|
25
25
|
import tempfile
|
|
26
|
+
|
|
27
|
+
from ligo.lw import lsctables, utils as ligolw_utils
|
|
28
|
+
|
|
26
29
|
import pycbc.version
|
|
27
30
|
from pycbc import init_logging
|
|
31
|
+
from pycbc.waveform import bank as wavebank
|
|
32
|
+
from pycbc.io import WaveformArray
|
|
33
|
+
from pycbc.io.ligolw import LIGOLWContentHandler
|
|
28
34
|
|
|
29
35
|
parser = argparse.ArgumentParser(description=__doc__)
|
|
30
36
|
parser.add_argument('--version', action="version",
|
|
@@ -38,14 +44,12 @@ parser.add_argument('--bayestar-executable',
|
|
|
38
44
|
parser.add_argument('--event-xml', required=True,
|
|
39
45
|
help="XML file containing event information, SNR "
|
|
40
46
|
"timeseries and PSD to pass to bayestar")
|
|
41
|
-
parser.add_argument('--waveform', default='TaylorF2',
|
|
42
|
-
help="Waveform used in the matched-filtering "
|
|
43
|
-
"to generate the SNR timeseries.")
|
|
44
47
|
parser.add_argument('--low-frequency-cutoff', type=float, default=20,
|
|
45
48
|
help="Low-frequency cutoff used in the matched-filtering "
|
|
46
49
|
"to generate the SNR timeseries")
|
|
47
50
|
parser.add_argument('--output-file', required=True,
|
|
48
51
|
help="Filename to output the fits file to.")
|
|
52
|
+
wavebank.add_approximant_arg(parser)
|
|
49
53
|
args, unknown = parser.parse_known_args()
|
|
50
54
|
|
|
51
55
|
# Default logging is set higher than normal for this job
|
|
@@ -57,12 +61,36 @@ bayestar_exe = args.bayestar_executable or 'bayestar-localize-coincs'
|
|
|
57
61
|
|
|
58
62
|
tmpdir = tempfile.mkdtemp()
|
|
59
63
|
|
|
64
|
+
# Work out which approximant is being used
|
|
65
|
+
# Load the file
|
|
66
|
+
xmldoc = ligolw_utils.load_filename(
|
|
67
|
+
args.event_xml,
|
|
68
|
+
contenthandler=LIGOLWContentHandler
|
|
69
|
+
)
|
|
70
|
+
|
|
71
|
+
# Grab the single inspiral table(s) which contain the template information
|
|
72
|
+
sngl_inspiral_table = lsctables.SnglInspiralTable.get_table(xmldoc)
|
|
73
|
+
|
|
74
|
+
# turn this into a waveform array
|
|
75
|
+
row = WaveformArray.from_ligolw_table(
|
|
76
|
+
sngl_inspiral_table,
|
|
77
|
+
)
|
|
78
|
+
|
|
79
|
+
# Work out which waveform is used based on the template information
|
|
80
|
+
# Note that as there are multiple single inspiral tables (one per ifo)
|
|
81
|
+
# with the same information, we use [0] here
|
|
82
|
+
waveform = wavebank.parse_approximant_arg(args.approximant, row)[0]
|
|
83
|
+
|
|
84
|
+
# BAYESTAR uses TaylorF2 instead of SPAtmplt
|
|
85
|
+
if waveform == 'SPAtmplt':
|
|
86
|
+
waveform = 'TaylorF2'
|
|
87
|
+
|
|
60
88
|
# Set up the command to pass to bayestar.
|
|
61
89
|
# The XML file path being passed twice is a legacy requirement, not a mistake.
|
|
62
90
|
cmd = [bayestar_exe,
|
|
63
91
|
args.event_xml,
|
|
64
92
|
args.event_xml,
|
|
65
|
-
'--waveform',
|
|
93
|
+
'--waveform', waveform,
|
|
66
94
|
'--f-low', str(args.low_frequency_cutoff),
|
|
67
95
|
'-o', tmpdir]
|
|
68
96
|
|
|
@@ -96,7 +96,7 @@ def read_psds(psd_files):
|
|
|
96
96
|
psd = [group["psds"][str(i)] for i in range(len(group["psds"].keys()))]
|
|
97
97
|
psds[ifo] = segmentlist(psd_segment(*segargs) for segargs in zip(
|
|
98
98
|
psd, group["start_time"], group["end_time"]))
|
|
99
|
-
|
|
99
|
+
return psds
|
|
100
100
|
|
|
101
101
|
psds = read_psds(args.psd_files)
|
|
102
102
|
|
|
@@ -43,6 +43,8 @@ parser.add_argument('--cluster-window', type=float,
|
|
|
43
43
|
help='Window (seconds) during which to keep the trigger '
|
|
44
44
|
'with the loudest statistic value. '
|
|
45
45
|
'Default=do not cluster')
|
|
46
|
+
parser.add_argument("--minimum-stat", type=float,
|
|
47
|
+
help="Minimum statistic value to store.")
|
|
46
48
|
parser.add_argument("--output-file",
|
|
47
49
|
help="File to store the candidate triggers")
|
|
48
50
|
stat.insert_statistic_option_group(parser)
|
|
@@ -159,6 +161,12 @@ for tnum in template_ids:
|
|
|
159
161
|
tids_full = tids_full[cid]
|
|
160
162
|
trigger_times = trigger_times[cid]
|
|
161
163
|
|
|
164
|
+
if args.minimum_stat is not None:
|
|
165
|
+
keep = stat_t >= args.minimum_stat
|
|
166
|
+
stat_t = stat_t[keep]
|
|
167
|
+
tids_full = tids_full[keep]
|
|
168
|
+
trigger_times = trigger_times[keep]
|
|
169
|
+
|
|
162
170
|
trigger_ids_all += list(tids_full)
|
|
163
171
|
template_ids_all += list(tnum * np.ones_like(tids_full))
|
|
164
172
|
trigger_times_all += list(trigger_times)
|
|
@@ -72,7 +72,7 @@ if args.production_server:
|
|
|
72
72
|
else:
|
|
73
73
|
gracedb = GraceDb(service_url='https://gracedb-playground.ligo.org/api/')
|
|
74
74
|
|
|
75
|
-
labels = [l.upper() for l in args.labels]
|
|
75
|
+
labels = [l.upper() for l in (args.labels or [])]
|
|
76
76
|
allowed_labels = gracedb.allowed_labels
|
|
77
77
|
|
|
78
78
|
if set(labels) - set(allowed_labels):
|
|
@@ -151,7 +151,7 @@ for ifo in files.keys():
|
|
|
151
151
|
mchirp = (pycbc.pnutils.mass1_mass2_to_mchirp_eta(bank['mass1'][tid],
|
|
152
152
|
bank['mass2'][tid]))[0]
|
|
153
153
|
|
|
154
|
-
time = d['end_time'][
|
|
154
|
+
time = d['end_time'][i]
|
|
155
155
|
utc = lal.GPSToUTC(int(time))[0:6]
|
|
156
156
|
|
|
157
157
|
# Headers will store the headers that will appear in the table.
|
|
@@ -6,6 +6,7 @@ from matplotlib import colors
|
|
|
6
6
|
matplotlib.use('Agg')
|
|
7
7
|
import pylab, pycbc.results
|
|
8
8
|
from pycbc.io import get_chisq_from_file_choice, chisq_choices
|
|
9
|
+
from pycbc.io import SingleDetTriggers
|
|
9
10
|
from pycbc import conversions
|
|
10
11
|
from pycbc.detector import Detector
|
|
11
12
|
import pycbc.version
|
|
@@ -54,11 +55,22 @@ for tmpifo in ifos:
|
|
|
54
55
|
|
|
55
56
|
f = h5py.File(args.single_trigger_file, 'r')
|
|
56
57
|
ifo = tuple(f.keys())[0]
|
|
57
|
-
f = f[ifo]
|
|
58
58
|
tid = b_tids[ifo][:]
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
mask = numpy.zeros(len(f[f'{ifo}/snr']), dtype=bool)
|
|
60
|
+
f.close()
|
|
61
|
+
mask[tid] = True
|
|
62
|
+
trigs = SingleDetTriggers(
|
|
63
|
+
args.single_trigger_file,
|
|
64
|
+
None,
|
|
65
|
+
None,
|
|
66
|
+
None,
|
|
67
|
+
None,
|
|
68
|
+
ifo,
|
|
69
|
+
premask=mask
|
|
70
|
+
)
|
|
71
|
+
bkg_snr = trigs['snr']
|
|
72
|
+
|
|
73
|
+
bkg_chisq = get_chisq_from_file_choice(trigs, args.chisq_choice)
|
|
62
74
|
|
|
63
75
|
# don't plot if chisq is not calculated
|
|
64
76
|
bkg_pos = bkg_chisq > 0
|
|
@@ -107,11 +119,32 @@ if 'optimal_snr_{}'.format(ifo) in f['injections']:
|
|
|
107
119
|
opt_snr = f[opt_snr_str][:][inj_idx]
|
|
108
120
|
coloring['optimal_snr'] = (opt_snr, 'Optimal SNR', colors.LogNorm())
|
|
109
121
|
|
|
110
|
-
f = h5py.File(args.single_injection_file, 'r')[ifo]
|
|
111
122
|
tid = inj_tids[ifo][:]
|
|
112
123
|
if len(tid):
|
|
113
|
-
|
|
114
|
-
|
|
124
|
+
f = h5py.File(args.single_injection_file, 'r')
|
|
125
|
+
mask = numpy.zeros(len(f[f'{ifo}/snr']), dtype=bool)
|
|
126
|
+
f.close()
|
|
127
|
+
mask[tid] = True
|
|
128
|
+
inj_trigs = SingleDetTriggers(
|
|
129
|
+
args.single_injection_file,
|
|
130
|
+
None,
|
|
131
|
+
None,
|
|
132
|
+
None,
|
|
133
|
+
None,
|
|
134
|
+
ifo,
|
|
135
|
+
premask=mask
|
|
136
|
+
)
|
|
137
|
+
inj_snr_data = inj_trigs['snr']
|
|
138
|
+
inj_chisq_data = get_chisq_from_file_choice(inj_trigs, args.chisq_choice)
|
|
139
|
+
# But the stuff above would have removed ordering and duplicates now
|
|
140
|
+
# need something of the right length!
|
|
141
|
+
tid_locations = numpy.where(mask)[0]
|
|
142
|
+
new_tid_locations = numpy.searchsorted(
|
|
143
|
+
tid_locations,
|
|
144
|
+
tid
|
|
145
|
+
)
|
|
146
|
+
inj_snr = inj_snr_data[new_tid_locations]
|
|
147
|
+
inj_chisq = inj_chisq_data[new_tid_locations]
|
|
115
148
|
else:
|
|
116
149
|
inj_snr = numpy.array([])
|
|
117
150
|
inj_chisq = numpy.array([])
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
""" Make a table of dq state information
|
|
3
|
+
"""
|
|
4
|
+
import sys
|
|
5
|
+
import argparse
|
|
6
|
+
import h5py as h5
|
|
7
|
+
import numpy as np
|
|
8
|
+
|
|
9
|
+
import pycbc
|
|
10
|
+
import pycbc.results
|
|
11
|
+
from pycbc.version import git_verbose_msg as version
|
|
12
|
+
|
|
13
|
+
parser = argparse.ArgumentParser()
|
|
14
|
+
parser.add_argument("--version", action="version", version=version)
|
|
15
|
+
parser.add_argument('--ifo', required=True)
|
|
16
|
+
parser.add_argument('--dq-file', required=True)
|
|
17
|
+
parser.add_argument('--verbose', action='count')
|
|
18
|
+
parser.add_argument('--output-file')
|
|
19
|
+
args = parser.parse_args()
|
|
20
|
+
|
|
21
|
+
dq_states = {
|
|
22
|
+
'dq_state_0': 'Clean',
|
|
23
|
+
'dq_state_1': 'DQ Flag',
|
|
24
|
+
'dq_state_2': 'Autogating',
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
f = h5.File(args.dq_file, 'r')
|
|
28
|
+
grp = f[args.ifo]['dq_segments']
|
|
29
|
+
|
|
30
|
+
livetimes = []
|
|
31
|
+
total_livetime = 0
|
|
32
|
+
for dq_state in dq_states:
|
|
33
|
+
livetime = grp[dq_state]['livetime'][()]
|
|
34
|
+
livetimes.append(livetime)
|
|
35
|
+
total_livetime += livetime
|
|
36
|
+
livetimes.append(total_livetime)
|
|
37
|
+
|
|
38
|
+
frac_livetimes = [lt / total_livetime for lt in livetimes]
|
|
39
|
+
state_names = list(dq_states.values()) + ['Total']
|
|
40
|
+
columns = [state_names, livetimes, frac_livetimes]
|
|
41
|
+
columns = [np.array(c) for c in columns]
|
|
42
|
+
col_names = ['DQ State', 'Livetime', '% of Livetime']
|
|
43
|
+
|
|
44
|
+
format_strings = [None, '0.0', '0.00%']
|
|
45
|
+
|
|
46
|
+
html_table = pycbc.results.html_table(columns, col_names,
|
|
47
|
+
page_size=len(state_names),
|
|
48
|
+
format_strings=format_strings)
|
|
49
|
+
title = f'{args.ifo} DQ State Livetimes'
|
|
50
|
+
caption = 'Table of DQ state livetimes'
|
|
51
|
+
|
|
52
|
+
pycbc.results.save_fig_with_metadata(
|
|
53
|
+
str(html_table), args.output_file, title=title,
|
|
54
|
+
caption=caption, cmd=' '.join(sys.argv))
|
|
@@ -3,7 +3,8 @@ import numpy, h5py, argparse, matplotlib, sys
|
|
|
3
3
|
matplotlib.use('Agg')
|
|
4
4
|
import pylab, pycbc.results, pycbc.version
|
|
5
5
|
from pycbc.events import veto
|
|
6
|
-
from pycbc.io import get_chisq_from_file_choice, chisq_choices
|
|
6
|
+
from pycbc.io import get_chisq_from_file_choice, chisq_choices, HFile
|
|
7
|
+
from pycbc.io import SingleDetTriggers
|
|
7
8
|
|
|
8
9
|
parser = argparse.ArgumentParser()
|
|
9
10
|
parser.add_argument('--trigger-file', help='Single ifo trigger file')
|
|
@@ -21,9 +22,32 @@ args = parser.parse_args()
|
|
|
21
22
|
|
|
22
23
|
f = h5py.File(args.trigger_file, 'r')
|
|
23
24
|
ifo = tuple(f.keys())[0]
|
|
24
|
-
f
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
f.close()
|
|
26
|
+
if args.min_snr:
|
|
27
|
+
with HFile(args.trigger_file, 'r') as trig_file:
|
|
28
|
+
n_triggers_orig = trig_file[f'{ifo}/snr'].size
|
|
29
|
+
idx, _ = trig_file.select(
|
|
30
|
+
lambda snr: snr >= args.min_snr,
|
|
31
|
+
f'{ifo}/snr',
|
|
32
|
+
return_indices=True
|
|
33
|
+
)
|
|
34
|
+
data_mask = numpy.zeros(n_triggers_orig, dtype=bool)
|
|
35
|
+
data_mask[idx] = True
|
|
36
|
+
else:
|
|
37
|
+
data_mask = None
|
|
38
|
+
|
|
39
|
+
trigs = SingleDetTriggers(
|
|
40
|
+
args.trigger_file,
|
|
41
|
+
None,
|
|
42
|
+
args.veto_file,
|
|
43
|
+
args.segment_name,
|
|
44
|
+
None,
|
|
45
|
+
ifo,
|
|
46
|
+
premask=data_mask
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
snr = trigs['snr']
|
|
50
|
+
chisq = get_chisq_from_file_choice(trigs, args.chisq_choice)
|
|
27
51
|
|
|
28
52
|
def snr_from_chisq(chisq, newsnr, q=6.):
|
|
29
53
|
snr = numpy.zeros(len(chisq)) + float(newsnr)
|
|
@@ -31,18 +55,6 @@ def snr_from_chisq(chisq, newsnr, q=6.):
|
|
|
31
55
|
snr[ind] = float(newsnr) / ( 0.5 * (1. + chisq[ind] ** (q/2.)) ) ** (-1./q)
|
|
32
56
|
return snr
|
|
33
57
|
|
|
34
|
-
if args.veto_file:
|
|
35
|
-
time = f['end_time'][:]
|
|
36
|
-
locs, segs = veto.indices_outside_segments(time, [args.veto_file],
|
|
37
|
-
segment_name=args.segment_name, ifo=ifo)
|
|
38
|
-
snr = snr[locs]
|
|
39
|
-
chisq = chisq[locs]
|
|
40
|
-
|
|
41
|
-
if args.min_snr is not None:
|
|
42
|
-
locs = snr > args.min_snr
|
|
43
|
-
snr = snr[locs]
|
|
44
|
-
chisq = chisq[locs]
|
|
45
|
-
|
|
46
58
|
fig = pylab.figure(1)
|
|
47
59
|
|
|
48
60
|
r = numpy.logspace(numpy.log(chisq.min()), numpy.log(chisq.max()), 300)
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
""" Make a table of template bin information
|
|
3
|
+
"""
|
|
4
|
+
import sys
|
|
5
|
+
import argparse
|
|
6
|
+
import h5py as h5
|
|
7
|
+
import numpy as np
|
|
8
|
+
|
|
9
|
+
import pycbc
|
|
10
|
+
import pycbc.results
|
|
11
|
+
from pycbc.version import git_verbose_msg as version
|
|
12
|
+
|
|
13
|
+
parser = argparse.ArgumentParser()
|
|
14
|
+
parser.add_argument("--version", action="version", version=version)
|
|
15
|
+
parser.add_argument('--ifo', required=True)
|
|
16
|
+
parser.add_argument('--dq-file', required=True)
|
|
17
|
+
parser.add_argument('--verbose', action='count')
|
|
18
|
+
parser.add_argument('--output-file')
|
|
19
|
+
args = parser.parse_args()
|
|
20
|
+
|
|
21
|
+
f = h5.File(args.dq_file, 'r')
|
|
22
|
+
grp = f[args.ifo]['bins']
|
|
23
|
+
bin_names = list(grp.keys())
|
|
24
|
+
|
|
25
|
+
sngl_ranking = f.attrs['sngl_ranking']
|
|
26
|
+
sngl_thresh = f.attrs['sngl_ranking_threshold']
|
|
27
|
+
|
|
28
|
+
livetime = 0
|
|
29
|
+
seg_grp = f[args.ifo]['dq_segments']
|
|
30
|
+
for k in seg_grp.keys():
|
|
31
|
+
livetime += seg_grp[k]['livetime'][()]
|
|
32
|
+
|
|
33
|
+
num_templates = []
|
|
34
|
+
num_triggers = []
|
|
35
|
+
total_templates = 0
|
|
36
|
+
total_triggers = 0
|
|
37
|
+
for bin_name in bin_names:
|
|
38
|
+
bin_grp = grp[bin_name]
|
|
39
|
+
|
|
40
|
+
n_tmp = len(bin_grp['tids'][:])
|
|
41
|
+
num_templates.append(n_tmp)
|
|
42
|
+
total_templates += n_tmp
|
|
43
|
+
|
|
44
|
+
n_trig = bin_grp['num_triggers'][()]
|
|
45
|
+
num_triggers.append(n_trig)
|
|
46
|
+
total_triggers += n_trig
|
|
47
|
+
|
|
48
|
+
bin_names.append('Total')
|
|
49
|
+
num_triggers.append(total_triggers)
|
|
50
|
+
num_templates.append(total_templates)
|
|
51
|
+
frac_triggers = [n / total_triggers for n in num_triggers]
|
|
52
|
+
frac_templates = [n / total_templates for n in num_templates]
|
|
53
|
+
trigger_rate = [n / livetime for n in num_triggers]
|
|
54
|
+
|
|
55
|
+
col_names = ['Template Bin', 'Number of Templates', '% of Templates',
|
|
56
|
+
'Number of Loud Triggers', '% of Loud Triggers',
|
|
57
|
+
'Loud Trigger Rate (Hz)']
|
|
58
|
+
columns = [bin_names, num_templates, frac_templates,
|
|
59
|
+
num_triggers, frac_triggers, trigger_rate]
|
|
60
|
+
columns = [np.array(c) for c in columns]
|
|
61
|
+
|
|
62
|
+
format_strings = [None, '#', '0.000%', '#', '0.0%', '0.00E0']
|
|
63
|
+
|
|
64
|
+
html_table = pycbc.results.html_table(columns, col_names,
|
|
65
|
+
page_size=len(bin_names),
|
|
66
|
+
format_strings=format_strings)
|
|
67
|
+
title = f'{args.ifo} DQ Template Bin Information'
|
|
68
|
+
caption = 'Table of information about template bins ' \
|
|
69
|
+
+ 'used for DQ trigger rate calculations. ' \
|
|
70
|
+
+ 'Loud triggers are defined as those with ' \
|
|
71
|
+
+ f'{sngl_ranking} > {sngl_thresh}.'
|
|
72
|
+
|
|
73
|
+
pycbc.results.save_fig_with_metadata(
|
|
74
|
+
str(html_table), args.output_file, title=title,
|
|
75
|
+
caption=caption, cmd=' '.join(sys.argv))
|
|
@@ -77,7 +77,10 @@ ax2.set_ylabel('DQ Log Likelihood Penalty')
|
|
|
77
77
|
ax2.set_ylim(numpy.log(ymin), numpy.log(ymax))
|
|
78
78
|
|
|
79
79
|
# add meta data and save figure
|
|
80
|
-
plot_title = f'{ifo} DQ Trigger Rates'
|
|
80
|
+
plot_title = f'{ifo}:{args.dq_label} DQ Trigger Rates'
|
|
81
|
+
|
|
82
|
+
ax.set_title(plot_title)
|
|
83
|
+
|
|
81
84
|
plot_caption = 'The log likelihood correction \
|
|
82
85
|
during during each dq state for each template bin.'
|
|
83
86
|
pycbc.results.save_fig_with_metadata(
|
|
@@ -46,10 +46,31 @@ pycbc.init_logging(args.verbose)
|
|
|
46
46
|
f = h5py.File(args.trigger_file, 'r')
|
|
47
47
|
ifo = tuple(f.keys())[0]
|
|
48
48
|
|
|
49
|
+
# This is fixed better on master, but should work here
|
|
50
|
+
if args.x_var == 'snr' or args.x_var == 'newsnr_sgveto':
|
|
51
|
+
with pycbc.io.HFile(args.trigger_file, 'r') as trig_file:
|
|
52
|
+
n_triggers_orig = trig_file[f'{ifo}/snr'].size
|
|
53
|
+
logging.info("Trigger file has %d triggers", n_triggers_orig)
|
|
54
|
+
logging.info('Generating trigger mask')
|
|
55
|
+
# psd_var_val may not have been calculated
|
|
56
|
+
idx, _ = trig_file.select(
|
|
57
|
+
lambda snr: snr >= args.x_min,
|
|
58
|
+
f'{ifo}/snr',
|
|
59
|
+
return_indices=True
|
|
60
|
+
)
|
|
61
|
+
data_mask = numpy.zeros(n_triggers_orig, dtype=bool)
|
|
62
|
+
data_mask[idx] = True
|
|
63
|
+
else:
|
|
64
|
+
logging.warn(
|
|
65
|
+
'With %s as --x-var, this is going to be very memory intensive!',
|
|
66
|
+
args.x_var
|
|
67
|
+
)
|
|
68
|
+
data_mask = None
|
|
69
|
+
|
|
49
70
|
# read single-detector triggers
|
|
50
71
|
trigs = pycbc.io.SingleDetTriggers(args.trigger_file, args.bank_file,
|
|
51
72
|
args.veto_file, args.segment_name,
|
|
52
|
-
None, ifo)
|
|
73
|
+
None, ifo, premask=data_mask)
|
|
53
74
|
|
|
54
75
|
# get x values and find the maximum x value
|
|
55
76
|
val = getattr(trigs, args.x_var)
|
|
@@ -150,7 +150,11 @@ class LVKNewStyleInjectionSet(object):
|
|
|
150
150
|
elif lvk_name == 't_co_gps_add':
|
|
151
151
|
continue
|
|
152
152
|
else:
|
|
153
|
-
|
|
153
|
+
lvk_file_dset = self.inj_file[f'{self.subdir}/{lvk_name}']
|
|
154
|
+
if lvk_file_dset.dtype.char in ['U', 'O']:
|
|
155
|
+
data[pycbc_name] = lvk_file_dset[:].astype('S')
|
|
156
|
+
else:
|
|
157
|
+
data[pycbc_name] = lvk_file_dset[:]
|
|
154
158
|
return data
|
|
155
159
|
|
|
156
160
|
|
|
@@ -561,19 +561,25 @@ for key in final_bg_files:
|
|
|
561
561
|
|
|
562
562
|
# DQ log likelihood plots
|
|
563
563
|
for dqf, dql in zip(dqfiles, dqfile_labels):
|
|
564
|
+
ifo = dqf.ifo
|
|
565
|
+
outdir = rdir[f'data_quality/{dqf.ifo}_DQ_results']
|
|
566
|
+
|
|
564
567
|
# plot rates when flag was on
|
|
565
|
-
outdir = rdir[f'data_quality/{dqf.ifo}_{dql}_trigger_rates']
|
|
566
568
|
wf.make_dq_flag_trigger_rate_plot(workflow, dqf, dql, outdir, tags=[dql])
|
|
567
569
|
|
|
568
|
-
#
|
|
569
|
-
|
|
570
|
-
|
|
570
|
+
# make table of dq segment info
|
|
571
|
+
wf.make_dq_segment_table(workflow, dqf, outdir, tags=[dql])
|
|
572
|
+
|
|
573
|
+
# plot background bins
|
|
571
574
|
background_bins = workflow.cp.get_opt_tags(
|
|
572
575
|
'bin_templates', 'background-bins', tags=[ifo])
|
|
573
|
-
wf.make_template_plot(workflow, hdfbank,
|
|
576
|
+
wf.make_template_plot(workflow, hdfbank, outdir,
|
|
574
577
|
bins=background_bins,
|
|
575
578
|
tags=[ifo, 'dq_bins'] + bank_tags)
|
|
576
579
|
|
|
580
|
+
# make table of template bin info
|
|
581
|
+
wf.make_template_bin_table(workflow, dqf, outdir, tags=[ifo])
|
|
582
|
+
|
|
577
583
|
############################## Setup the injection runs #######################
|
|
578
584
|
|
|
579
585
|
splitbank_files_inj = wf.setup_splittable_workflow(workflow, [hdfbank],
|