.flake8
.gitignore
.gitlab-ci.yml
Makefile
README.md
mkdocs.yml
pyproject.toml
bench/bench_cpu_orchestration_floor.py
bench/bench_gpu_compute_floor.py
bench/bench_phenomd.py
docs/LOGO_ATTRIBUTION.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/bank-merge.md
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/cli.md
docs/user-guide/concepts.md
docs/user-guide/getting-started.md
docs/user-guide/pastro.md
examples/O4-bank-dag.yaml
examples/all-sky/.gitignore
examples/all-sky/Makefile
examples/all-sky/all-sky-bank.yaml
examples/all-sky/t2200343.xml.gz
examples/data/H1L1-GSTLAL_MEDIAN_PSD-1387843218-604800.xml.gz
examples/data/O4_projected_psds.xml.gz
examples/data/README.md
examples/data/t2200343.xml.gz
examples/mc-only/.gitignore
examples/mc-only/Makefile
examples/mc-only/O4_projected_psds.xml.gz
examples/mc-only/mc-only-bank.yaml
examples/rtpe/.gitignore
examples/rtpe/Makefile
examples/rtpe/README.md
examples/rtpe/notes/.gitignore
examples/rtpe/notes/Makefile
examples/rtpe/notes/rtpe_audit.tex
examples/small-sky/.gitignore
examples/small-sky/Makefile
examples/small-sky/small-sky-bank.yaml
examples/small-sky/t2200343.xml.gz
examples/small-sky/pastro/Makefile
examples/small-sky/pastro/bbh.yaml
examples/small-sky/pastro/bns.yaml
examples/small-sky/pastro/nsbh.yaml
examples/small-sky/pastro/pop.yaml
examples/ssm/.gitignore
examples/ssm/H1L1-GSTLAL_MEDIAN_PSD-1387843218-604800.xml.gz
examples/ssm/Makefile
examples/ssm/m1-m2-chi-parallel-bank-ssm.yaml
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/pastro.py
src/sgn_manifold/pastro_sgnl.py
src/sgn_manifold/pn_embedding.py
src/sgn_manifold/posterior_utils.py
src/sgn_manifold/py.typed
src/sgn_manifold/result_merger_transform.py
src/sgn_manifold/segment_buffer.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/staged_placement.py
src/sgn_manifold/tc_offset_table.py
src/sgn_manifold/waveform_store.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/scm_file_list.json
src/sgn_manifold.egg-info/scm_version.json
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_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_pn_flat.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_staged.py
src/sgn_manifold/bin/manifold_cbc_bank_tc_offsets.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_cbc_p_astro.py
src/sgn_manifold/bin/manifold_cbc_p_astro_combine.py
src/sgn_manifold/bin/manifold_cbc_p_astro_configure.py
src/sgn_manifold/bin/manifold_cbc_p_astro_plot.py
src/sgn_manifold/bin/manifold_make_injection_frames.py
src/sgn_manifold/bin/manifold_make_injections.py
src/sgn_manifold/bin/manifold_pp_plot.py
src/sgn_manifold/bin/manifold_pp_reweight.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/dags/__init__.py
src/sgn_manifold/dags/config.py
src/sgn_manifold/dags/default_config.yml
src/sgn_manifold/dags/layers.py
src/sgn_manifold/dags/util.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/support.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_dag_channel_segments.py
tests/test_dags_package.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_make_injection_frames.py
tests/test_make_injections.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_optimizer_cli_parse.py
tests/test_owen_analytical.py
tests/test_pn_embedding.py
tests/test_pp_reweight.py
tests/test_result_merger_transform.py
tests/test_segment_buffer.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_staged_placement.py
tests/test_stillsuit_event_source.py
tests/test_tc_offset_table.py
tests/test_utilities.py
tests/test_waveform_store.py
tests/bin/__init__.py
tests/bin/conftest.py
tests/bin/test_manifold_cbc_bank.py
tests/bin/test_manifold_cbc_bank_add.py
tests/bin/test_manifold_cbc_bank_check_coverage.py
tests/bin/test_manifold_cbc_bank_constrain.py
tests/bin/test_manifold_cbc_bank_dag.py
tests/bin/test_manifold_cbc_bank_group.py
tests/bin/test_manifold_cbc_bank_mass_model.py
tests/bin/test_manifold_cbc_bank_mass_model_add.py
tests/bin/test_manifold_cbc_bank_mass_model_dag.py
tests/bin/test_manifold_cbc_bank_merge.py
tests/bin/test_manifold_cbc_bank_plot.py
tests/bin/test_manifold_cbc_bank_plot_mass_model.py
tests/bin/test_manifold_cbc_bank_pn_flat.py
tests/bin/test_manifold_cbc_bank_snr_optimizer.py
tests/bin/test_manifold_cbc_bank_split.py
tests/bin/test_manifold_cbc_bank_staged.py
tests/bin/test_manifold_cbc_bank_test.py
tests/bin/test_manifold_cbc_bank_test_add.py
tests/bin/test_manifold_cbc_bank_test_dag.py
tests/bin/test_manifold_cbc_bank_test_plot.py
tests/bin/test_manifold_cbc_bank_to_xml.py
tests/bin/test_manifold_cbc_p_astro.py
tests/bin/test_manifold_pp_plot.py
tests/bin/test_manifold_report.py
tests/bin/test_manifold_snr_optimizer_dag.py
tests/bin/test_yaml_argparse.py
tests/data/stillsuit_test_schema.yaml
tests/rtpe/__init__.py
tests/rtpe/conftest.py
tests/rtpe/test_dl_proposal.py
tests/rtpe/test_dtc_proposal.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/stubs/htcondor/__init__.py
tests/stubs/htcondor/dags/__init__.py
tests/stubs/htcondor/dags/dag.py
tests/stubs/htcondor/dags/edges.py
tests/stubs/htcondor/dags/exceptions.py
tests/stubs/htcondor/dags/formatter.py
tests/stubs/htcondor/dags/node.py
tests/stubs/htcondor/dags/rescue.py
tests/stubs/htcondor/dags/utils.py
tests/stubs/htcondor/dags/walk_order.py
tests/stubs/htcondor/dags/writer.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
tools/optimizer_vs_search.py
tools/tc_systematic_plan.md