.flake8
.gitattributes
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
Makefile
O4_Bank_README.md
README.md
mkdocs.yml
pyproject.toml
pytest.ini
bench/bench_cpu_orchestration_floor.py
bench/bench_gpu_compute_floor.py
bench/bench_phenomd.py
docs/LOGO_ATTRIBUTION.md
docs/README.md
docs/contributing.md
docs/index.md
docs/api/coordinate.md
docs/api/cover.md
docs/api/metric.md
docs/api/signal.md
docs/api/sources/cbc.md
docs/api/utilities/common.md
docs/api/utilities/data.md
docs/assets/css/manifold.css
docs/assets/css/mkdocstrings-custom.css
docs/assets/img/manifold-logo-inverted.png
docs/assets/img/manifold-logo.png
docs/examples/index.md
docs/examples/simple-bank-tutorial.md
docs/examples/snr-optimizer-tutorial.md
docs/examples/template-bank-tutorial.md
docs/user-guide/concepts.md
docs/user-guide/getting-started.md
examples/Makefile
examples/O4-bank-dag.yaml
examples/O4_projected_psds.xml.gz
examples/bank-merge/multi-output/README.md
examples/bank-merge/multi-output/config.yaml
examples/bank-merge/multi-output/inp1.h5
examples/bank-merge/multi-output/inp2.h5
examples/bank-merge/multi-output/inp3.h5
examples/bank-merge/multi-output/out1.h5
examples/bank-merge/multi-output/out2.h5
examples/bank-merge/multi-output/out3.h5
examples/bank-merge/single-output/README.md
examples/bank-merge/single-output/bank_all.h5
examples/bank-merge/single-output/config.yaml
examples/bank-merge/single-output/inp1.h5
examples/bank-merge/single-output/inp2.h5
examples/bank-merge/single-output/inp3.h5
examples/bank-merge/single-output/out.h5
examples/mc-only/Makefile
examples/mc-only/O4_projected_psds.xml.gz
examples/mc-only/mc-only-bank.yaml
examples/rtpe/Makefile
examples/rtpe/README.md
examples/rtpe/notes/.gitignore
examples/rtpe/notes/Makefile
examples/rtpe/notes/rtpe_audit.tex
examples/snr-opt/Makefile
examples/snr-opt/coinc.xml
examples/snr-opt/snr-opt.yaml
notebooks/coord-quality.ipynb
notebooks/match-features.ipynb
notebooks/metric-examples.ipynb
notebooks/nbtools.py
scripts/snr_optimizer/calculate_fits_and_searched_area.py
scripts/snr_optimizer/calculate_fits_and_searched_area_wrapper.sh
scripts/snr_optimizer/skymap.sub
scripts/snr_optimizer/snr_optimizer.sub
scripts/snr_optimizer/write_dag.py
scripts/snr_optimizer/write_skymap_dag.py
src/sgn_manifold/__init__.py
src/sgn_manifold/_backend.py
src/sgn_manifold/_version.py
src/sgn_manifold/bank_splitter_transform.py
src/sgn_manifold/chunk_optimizer_transform.py
src/sgn_manifold/coordinate.py
src/sgn_manifold/cover.py
src/sgn_manifold/initializer.py
src/sgn_manifold/io.py
src/sgn_manifold/kafka_event_transform.py
src/sgn_manifold/kafka_posterior_transform.py
src/sgn_manifold/kafka_result_transform.py
src/sgn_manifold/metric.py
src/sgn_manifold/np.py
src/sgn_manifold/posterior_utils.py
src/sgn_manifold/py.typed
src/sgn_manifold/result_merger_transform.py
src/sgn_manifold/series.py
src/sgn_manifold/series_serialization.py
src/sgn_manifold/signal.py
src/sgn_manifold/sky_grid_direct.py
src/sgn_manifold/snr_optimizer.py
src/sgn_manifold/visual.py
src/sgn_manifold.egg-info/PKG-INFO
src/sgn_manifold.egg-info/SOURCES.txt
src/sgn_manifold.egg-info/dependency_links.txt
src/sgn_manifold.egg-info/entry_points.txt
src/sgn_manifold.egg-info/not-zip-safe
src/sgn_manifold.egg-info/requires.txt
src/sgn_manifold.egg-info/top_level.txt
src/sgn_manifold/bin/__init__.py
src/sgn_manifold/bin/manifold_cbc_bank.py
src/sgn_manifold/bin/manifold_cbc_bank_add.py
src/sgn_manifold/bin/manifold_cbc_bank_check_coverage.py
src/sgn_manifold/bin/manifold_cbc_bank_check_coverage.py.withfft
src/sgn_manifold/bin/manifold_cbc_bank_constrain.py
src/sgn_manifold/bin/manifold_cbc_bank_dag.py
src/sgn_manifold/bin/manifold_cbc_bank_group.py
src/sgn_manifold/bin/manifold_cbc_bank_mass_model.py
src/sgn_manifold/bin/manifold_cbc_bank_mass_model_add.py
src/sgn_manifold/bin/manifold_cbc_bank_mass_model_dag.py
src/sgn_manifold/bin/manifold_cbc_bank_merge.py
src/sgn_manifold/bin/manifold_cbc_bank_plot.py
src/sgn_manifold/bin/manifold_cbc_bank_plot_mass_model.py
src/sgn_manifold/bin/manifold_cbc_bank_refine.py
src/sgn_manifold/bin/manifold_cbc_bank_snr_optimizer.py
src/sgn_manifold/bin/manifold_cbc_bank_split.py
src/sgn_manifold/bin/manifold_cbc_bank_test.py
src/sgn_manifold/bin/manifold_cbc_bank_test_add.py
src/sgn_manifold/bin/manifold_cbc_bank_test_dag.py
src/sgn_manifold/bin/manifold_cbc_bank_test_plot.py
src/sgn_manifold/bin/manifold_cbc_bank_to_xml.py
src/sgn_manifold/bin/manifold_pp_plot.py
src/sgn_manifold/bin/manifold_report.py
src/sgn_manifold/bin/manifold_snr_optimizer_dag.py
src/sgn_manifold/bin/yaml_argparse.py
src/sgn_manifold/data/O4_projected_psds.xml.gz
src/sgn_manifold/rtpe/__init__.py
src/sgn_manifold/rtpe/config.py
src/sgn_manifold/rtpe/extrinsic.py
src/sgn_manifold/rtpe/likelihood.py
src/sgn_manifold/rtpe/pipeline.py
src/sgn_manifold/rtpe/plot.py
src/sgn_manifold/rtpe/priors.py
src/sgn_manifold/rtpe/proposal.py
src/sgn_manifold/rtpe/resample.py
src/sgn_manifold/rtpe/sink.py
src/sgn_manifold/rtpe/transforms.py
src/sgn_manifold/rtpe/weights.py
src/sgn_manifold/sources/__init__.py
src/sgn_manifold/sources/cbc.py
src/sgn_manifold/sources/cli_event_source.py
src/sgn_manifold/sources/coinc_event_source.py
src/sgn_manifold/sources/event_schema.py
src/sgn_manifold/sources/ligolw_sqlite_event_source.py
src/sgn_manifold/sources/sqlite_dispatch.py
src/sgn_manifold/sources/stillsuit_event_source.py
src/sgn_manifold/utilities/__init__.py
src/sgn_manifold/utilities/common.py
src/sgn_manifold/utilities/data.py
src/sgn_manifold/waveform/__init__.py
src/sgn_manifold/waveform/_qnm_data.py
src/sgn_manifold/waveform/bands.py
src/sgn_manifold/waveform/batched_sample.py
src/sgn_manifold/waveform/fft.py
src/sgn_manifold/waveform/matched_filter.py
src/sgn_manifold/waveform/optimizer_eval.py
src/sgn_manifold/waveform/phenomd.py
src/sgn_manifold/waveform/torch_likelihood.py
src/sgn_manifold/waveform/whitened.py
tests/conftest.py
tests/test_backend.py
tests/test_bank_integration.py
tests/test_bank_splitter_transform.py
tests/test_cbc.py
tests/test_chunk_optimizer_transform.py
tests/test_cli_event_source.py
tests/test_coinc_event_source.py
tests/test_coordinate.py
tests/test_coordinate_comprehensive.py
tests/test_cover.py
tests/test_event_schema.py
tests/test_initializer.py
tests/test_io.py
tests/test_kafka_event_transform.py
tests/test_kafka_transforms.py
tests/test_ligolw_sqlite_event_source.py
tests/test_manifold.py
tests/test_metric.py
tests/test_metric_comprehensive.py
tests/test_metric_coverage.py
tests/test_metric_final.py
tests/test_np.py
tests/test_numerical_diff.py
tests/test_owen_analytical.py
tests/test_result_merger_transform.py
tests/test_series.py
tests/test_series_serialization.py
tests/test_signal.py
tests/test_sky_grid_direct.py
tests/test_snr_optimizer_filter.py
tests/test_snr_optimizer_helpers.py
tests/test_snr_optimizer_likelihood.py
tests/test_snr_optimizer_torch.py
tests/test_snr_optimizer_whitetemplate.py
tests/test_stillsuit_event_source.py
tests/test_utilities.py
tests/test_visual.py
tests/data/REF.xml.gz
tests/data/psd_for_treebank.xml.gz
tests/data/stillsuit_test_schema.yaml
tests/rtpe/__init__.py
tests/rtpe/conftest.py
tests/rtpe/test_extrinsic.py
tests/rtpe/test_extrinsic_torch.py
tests/rtpe/test_likelihood.py
tests/rtpe/test_likelihood_torch.py
tests/rtpe/test_pipeline.py
tests/rtpe/test_pipeline_torch.py
tests/rtpe/test_plot.py
tests/rtpe/test_priors.py
tests/rtpe/test_proposal.py
tests/rtpe/test_resample.py
tests/rtpe/test_sink.py
tests/rtpe/test_transforms.py
tests/rtpe/test_weights.py
tests/rtpe/test_weights_resample_torch.py
tests/waveform/__init__.py
tests/waveform/test_bands.py
tests/waveform/test_batched_coincidence.py
tests/waveform/test_batched_coincidence_3ifo.py
tests/waveform/test_fft.py
tests/waveform/test_matched_filter.py
tests/waveform/test_optimizer_eval.py
tests/waveform/test_peak.py
tests/waveform/test_phenomd.py
tests/waveform/test_whitened.py