.gitattributes
.gitignore
.gitlab-ci.yml
Makefile
README.md
build_requirements.txt
conftest.py
mkdocs.yml
pyproject.toml
docs/index.md
docs/api/base/utils.md
docs/api/sinks/influx_sink.md
docs/api/sinks/kafka_sink.md
docs/api/sources/datasource.md
docs/api/sources/datasource_v2.md
docs/api/sources/devshmsrc.md
docs/api/sources/framecachesrc.md
docs/api/sources/gwdata_noise_source.md
docs/api/sources/sim_inspiral_source.md
docs/api/transforms/bit_mask.md
docs/api/transforms/condition.md
docs/api/transforms/latency.md
docs/api/transforms/whiten.md
docs/assets/css/mkdocstrings-custom.css
docs/assets/css/sgn.css
docs/assets/img/H1_strain_plot.png
docs/assets/img/sgnligo-small.png
docs/assets/js/katex.js
docs/dev-guide/contributing.md
docs/user-guide/concepts.md
docs/user-guide/datasource-tutorial.md
docs/user-guide/datasource-v2.md
docs/user-guide/gwdata_noise_source.md
docs/user-guide/gwistat-tutorial.md
docs/user-guide/gwpy-tutorial.md
docs/user-guide/ll-dq-tutorial.md
docs/user-guide/sim_inspiral_source.md
examples/gwistat_mapping_example.json
examples/gwistat_mapping_simple.json
src/sgn_ligo.egg-info/PKG-INFO
src/sgn_ligo.egg-info/SOURCES.txt
src/sgn_ligo.egg-info/dependency_links.txt
src/sgn_ligo.egg-info/entry_points.txt
src/sgn_ligo.egg-info/requires.txt
src/sgn_ligo.egg-info/top_level.txt
src/sgnligo/__init__.py
src/sgnligo/_version.py
src/sgnligo/cli_mixins.py
src/sgnligo/estimate.py
src/sgnligo/kernels.py
src/sgnligo/psd.py
src/sgnligo/base/__init__.py
src/sgnligo/base/utils.py
src/sgnligo/bin/__init__.py
src/sgnligo/bin/coinc_to_html.py
src/sgnligo/bin/fake_frames.py
src/sgnligo/bin/gwistat.py
src/sgnligo/bin/ll_dq.py
src/sgnligo/bin/plot_psd.py
src/sgnligo/gwpy/__init__.py
src/sgnligo/gwpy/converters.py
src/sgnligo/gwpy/sinks/__init__.py
src/sgnligo/gwpy/sinks/plot_sink.py
src/sgnligo/gwpy/sinks/timeseries_sink.py
src/sgnligo/gwpy/sources/__init__.py
src/sgnligo/gwpy/sources/timeseries_source.py
src/sgnligo/gwpy/transforms/__init__.py
src/sgnligo/gwpy/transforms/filter.py
src/sgnligo/gwpy/transforms/qtransform.py
src/sgnligo/gwpy/transforms/spectrogram.py
src/sgnligo/plots/psd.py
src/sgnligo/plots/util.py
src/sgnligo/sinks/__init__.py
src/sgnligo/sinks/coinc_xml_sink.py
src/sgnligo/sinks/frame_sink.py
src/sgnligo/sinks/influx_sink.py
src/sgnligo/sinks/kafka_sink.py
src/sgnligo/sinks/psd_sink.py
src/sgnligo/sinks/segments_tracker.py
src/sgnligo/sources/__init__.py
src/sgnligo/sources/composed_base.py
src/sgnligo/sources/datasource.py
src/sgnligo/sources/devshmsrc.py
src/sgnligo/sources/framecachesrc.py
src/sgnligo/sources/gwdata_noise_source.py
src/sgnligo/sources/gwosc.py
src/sgnligo/sources/injected_noise_source.py
src/sgnligo/sources/injection_file_source.py
src/sgnligo/sources/injection_params.py
src/sgnligo/sources/mock_event_source.py
src/sgnligo/sources/sim_inspiral_source.py
src/sgnligo/sources/datasource_v2/__init__.py
src/sgnligo/sources/datasource_v2/cli.py
src/sgnligo/sources/datasource_v2/cli_mixins.py
src/sgnligo/sources/datasource_v2/composed_registry.py
src/sgnligo/sources/datasource_v2/datasource.py
src/sgnligo/sources/datasource_v2/sources/__init__.py
src/sgnligo/sources/datasource_v2/sources/arrakis.py
src/sgnligo/sources/datasource_v2/sources/devshm.py
src/sgnligo/sources/datasource_v2/sources/fake.py
src/sgnligo/sources/datasource_v2/sources/frames.py
src/sgnligo/sources/datasource_v2/sources/gwdata_noise.py
src/sgnligo/sources/datasource_v2/sources/utils.py
src/sgnligo/transforms/__init__.py
src/sgnligo/transforms/bit_mask.py
src/sgnligo/transforms/condition.py
src/sgnligo/transforms/horizon.py
src/sgnligo/transforms/latency.py
src/sgnligo/transforms/whiten.py
src/sgnligo/transforms/zlw_whiten.py
src/sgnligo/transforms/condition_v2/__init__.py
src/sgnligo/transforms/condition_v2/cli.py
src/sgnligo/transforms/condition_v2/cli_mixins.py
src/sgnligo/transforms/condition_v2/composed_base.py
src/sgnligo/transforms/condition_v2/composed_registry.py
src/sgnligo/transforms/condition_v2/condition.py
src/sgnligo/transforms/condition_v2/transforms/__init__.py
src/sgnligo/transforms/condition_v2/transforms/standard.py
src/sgnligo/transforms/condition_v2/transforms/zero_latency.py
tests/test_bit_mask.py
tests/test_coinc_to_html.py
tests/test_composed_base.py
tests/test_condition.py
tests/test_condition_v2.py
tests/test_datasource.py
tests/test_datasource_v2_sources.py
tests/test_devshmsrc.py
tests/test_estimate.py
tests/test_fake_frames.py
tests/test_frame_sink.py
tests/test_framereader.py
tests/test_gwdata_noise_source.py
tests/test_gwistat.py
tests/test_gwosc_source.py
tests/test_gwpy_integration.py
tests/test_horizon.py
tests/test_influx_sink.py
tests/test_injected_noise_source.py
tests/test_injection_file_source.py
tests/test_injection_params.py
tests/test_kafka_sink.py
tests/test_kernels.py
tests/test_latency.py
tests/test_ll_dq.py
tests/test_mock_event_source.py
tests/test_plot_psd.py
tests/test_plots_psd.py
tests/test_plots_util.py
tests/test_psd.py
tests/test_psd_sink.py
tests/test_segments_tracker.py
tests/test_sim_inspiral_source.py
tests/test_utils.py
tests/test_whiten.py
tests/data/H1-0250_GSTLAL_SVD_BANK_half-0-0.xml.gz
tests/data/H1L1-GSTLAL-MEDIAN.xml.gz
tests/data/L-L1_GWOSC_16KHZ_R1-1240215487-32.gwf
tests/data/gw190425.cache