.dockerignore
.gitattributes
.gitignore
.gitlab-ci.yml
MANIFEST.in
Makefile
README.md
build_requirements.txt
mkdocs.yml
pyproject.toml
config/cbc_db.yaml
config/offline_dag.yml
config/online_dag.yml
container/Dockerfile
container/Dockerfile.pytorch
docs/index.md
docs/install.md
docs/api/scripts/add_segments.md
docs/api/scripts/assign_far.md
docs/api/scripts/assign_likelihood.md
docs/api/scripts/create_prior_diststats.md
docs/api/scripts/dagger.md
docs/api/scripts/extinct_bin.md
docs/api/scripts/inspiral.md
docs/api/scripts/ll_dq.md
docs/api/scripts/ll_inspiral_event_plotter.md
docs/api/scripts/ll_inspiral_event_uploader.md
docs/api/scripts/median_of_psds.md
docs/api/scripts/reference_psd.md
docs/api/scripts/results_page.md
docs/api/scripts/sim_page.md
docs/api/sinks/gracedb_sink.md
docs/api/sinks/impulse.md
docs/api/sinks/psd_sink.md
docs/api/sinks/stillsuit_sink.md
docs/api/sinks/strike_sink.md
docs/api/transforms/horizon.md
docs/api/transforms/itacacac.md
docs/api/transforms/lloid.md
docs/api/transforms/lloid_correlate.md
docs/api/transforms/strike.md
docs/api/utils/events.md
docs/api/utils/gracedb.md
docs/api/utils/psd.md
docs/api/utils/sgnlio.md
docs/api/utils/simulation.md
docs/api/utils/sort_bank.md
docs/api/utils/svd_bank.md
docs/api/utils/viz.md
docs/assets/css/mkdocstrings-custom.css
docs/assets/css/sgn.css
docs/assets/img/sgnl-small.png
docs/assets/js/katex.js
docs/dev-guide/contributing.md
docs/tutorials/offline_analysis.md
docs/tutorials/online_analysis.md
docs/user-guide/concepts.md
examples/Makefile
examples/assign-far
examples/assign-lr
examples/plot-sim
examples/online/Makefile
examples/online/grafana-dashboard.json
examples/online/inspiral.yml
examples/sgnl-env/.gitignore
examples/sgnl-env/Makefile
examples/sgnl-env/README.md
examples/sgnl-env/createInfluxDataSource.sh
examples/sgnl-env/createSimpleJsonDataSource.sh
examples/sgnl-env/docker-compose.yml
examples/sgnl-env/grafana.env
examples/sgnl-env/influx.env
examples/sgnl-env/influxdb.conf
examples/sgnl-env/kafka.env
examples/sgnl-env/microservices.py
examples/sgnl-env/server.properties
examples/sgnl-env/zoo.env
examples/sgnl-env/condor/.gitignore
examples/sgnl-env/condor/test.sh
examples/sgnl-env/condor/test.sub
examples/snapshot/snapshot.py
src/sgnl/__init__.py
src/sgnl/_version.py
src/sgnl/cbc_template_fir.py
src/sgnl/chirptime.py
src/sgnl/control.py
src/sgnl/events.py
src/sgnl/gracedb.py
src/sgnl/kernels.py
src/sgnl/measure_psd.py
src/sgnl/psd.py
src/sgnl/py.typed
src/sgnl/sgnlio.py
src/sgnl/simulation.py
src/sgnl/sort_bank.py
src/sgnl/spawaveform.py
src/sgnl/strike_object.py
src/sgnl/svd_bank.py
src/sgnl/templates.py
src/sgnl/utils.py
src/sgnl/viz.py
src/sgnl.egg-info/PKG-INFO
src/sgnl.egg-info/SOURCES.txt
src/sgnl.egg-info/dependency_links.txt
src/sgnl.egg-info/entry_points.txt
src/sgnl.egg-info/requires.txt
src/sgnl.egg-info/top_level.txt
src/sgnl/bin/__init__.py
src/sgnl/bin/add_segments.py
src/sgnl/bin/assign_far.py
src/sgnl/bin/assign_likelihood.py
src/sgnl/bin/create_prior_diststats.py
src/sgnl/bin/dagger.py
src/sgnl/bin/extinct_bin.py
src/sgnl/bin/flopulator.py
src/sgnl/bin/inspiral.py
src/sgnl/bin/inspiral_bank_splitter.py
src/sgnl/bin/inspiral_set_svdbin_option.py
src/sgnl/bin/inspiral_svd_bank.py
src/sgnl/bin/ll_dagger.py
src/sgnl/bin/ll_dq.py
src/sgnl/bin/ll_inspiral_event_plotter.py
src/sgnl/bin/ll_inspiral_event_uploader.py
src/sgnl/bin/ll_marginalize_likelihoods_online.py
src/sgnl/bin/ll_pastro_uploader.py
src/sgnl/bin/ll_remove_counts.py
src/sgnl/bin/ll_set_gracedb_far_threshold.py
src/sgnl/bin/ll_trigger_counter.py
src/sgnl/bin/median_of_psds.py
src/sgnl/bin/plot_psd.py
src/sgnl/bin/query_segments.py
src/sgnl/bin/reference_psd.py
src/sgnl/bin/results_page.py
src/sgnl/bin/segment_ops.py
src/sgnl/bin/sim_page.py
src/sgnl/dags/__init__.py
src/sgnl/dags/config.py
src/sgnl/dags/default_config.yml
src/sgnl/dags/layers.py
src/sgnl/dags/segments.py
src/sgnl/dags/util.py
src/sgnl/plots/psd.py
src/sgnl/plots/util.py
src/sgnl/sinks/__init__.py
src/sgnl/sinks/gracedb_sink.py
src/sgnl/sinks/impulse.py
src/sgnl/sinks/psd_sink.py
src/sgnl/sinks/stillsuit_sink.py
src/sgnl/sinks/strike_sink.py
src/sgnl/transforms/__init__.py
src/sgnl/transforms/eye_candy.py
src/sgnl/transforms/horizon.py
src/sgnl/transforms/itacacac.py
src/sgnl/transforms/lloid.py
src/sgnl/transforms/lloid_correlate.py
src/sgnl/transforms/strike.py
tests/prepare_test_data_offline.py
tests/test_add_segments.py
tests/test_assign_far.py
tests/test_assign_likelihood.py
tests/test_cbc_template_fir.py
tests/test_chirptime.py
tests/test_control.py
tests/test_create_prior_diststats.py
tests/test_dagger.py
tests/test_dags_config.py
tests/test_dags_layers.py
tests/test_dags_segments.py
tests/test_dags_util.py
tests/test_events.py
tests/test_extinct_bin.py
tests/test_eye_candy.py
tests/test_flopulator.py
tests/test_gracedb.py
tests/test_gracedb_sink.py
tests/test_horizon.py
tests/test_impulse.py
tests/test_inspiral.py
tests/test_inspiral_bank_splitter.py
tests/test_inspiral_offline.py
tests/test_inspiral_offline_gstlal_upsample.py
tests/test_inspiral_online.py
tests/test_inspiral_set_svdbin_option.py
tests/test_inspiral_svd_bank.py
tests/test_inspiral_unit.py
tests/test_itacacac.py
tests/test_kernels.py
tests/test_ll_dagger.py
tests/test_ll_dq.py
tests/test_ll_inspiral_event_plotter.py
tests/test_ll_inspiral_event_uploader.py
tests/test_ll_marginalize_likelihoods_online.py
tests/test_ll_pastro_uploader.py
tests/test_ll_remove_counts.py
tests/test_ll_set_gracedb_far_threshold.py
tests/test_ll_trigger_counter.py
tests/test_lloid.py
tests/test_lloid_correlate.py
tests/test_measure_psd.py
tests/test_median_of_psds.py
tests/test_plot_psd.py
tests/test_plots_psd.py
tests/test_plots_util.py
tests/test_psd.py
tests/test_query_segments.py
tests/test_reference_psd.py
tests/test_results_page.py
tests/test_segment_ops.py
tests/test_sgnlio.py
tests/test_sim_page.py
tests/test_simulation.py
tests/test_sort_bank.py
tests/test_spawaveform.py
tests/test_stillsuit_sink.py
tests/test_strike.py
tests/test_strike_object.py
tests/test_strike_sink.py
tests/test_svd_bank.py
tests/test_templates.py
tests/test_utils.py
tests/test_viz.py