.gitignore
.gitlab-ci.yml
CHANGELOG.rst
CODE-OF-CONDUCT.rst
CODEOWNERS
CONTRIBUTING.rst
HISTORY.rst
IMPLEMENTATION.md
LICENSE
MANIFEST.in
README.md
REVIEW.rst
logo.svg
pyproject.toml
.github/actions/create-submit-user/action.yml
.github/actions/run-asimov-command/action.yml
.github/actions/setup-asimov-env/action.yml
.github/actions/setup-htcondor/action.yml
.github/actions/wait-for-files/action.yml
.github/workflows/docs.yml
.github/workflows/htcondor-tests.yml
.github/workflows/main.yml
.github/workflows/python-app.yml
.github/workflows/testing-pipelines.yml
.gitlab/.gitkeep
.gitlab/merge_request_templates/.gitkeep
.gitlab/merge_request_templates/mrtemplate.md
asimov/__init__.py
asimov/analysis.py
asimov/asimov.conf
asimov/auth.py
asimov/blueprints.py
asimov/condor.py
asimov/custom_states.py
asimov/database.py
asimov/event.py
asimov/git.py
asimov/ini.py
asimov/ledger.py
asimov/locutus.py
asimov/logging.py
asimov/mattermost.py
asimov/monitor_api.py
asimov/monitor_context.py
asimov/monitor_helpers.py
asimov/monitor_states.py
asimov/olivaw.py
asimov/pipeline.py
asimov/priors.py
asimov/project.py
asimov/review.py
asimov/scheduler.py
asimov/scheduler_utils.py
asimov/storage.py
asimov/strategies.py
asimov/testing.py
asimov/utils.py
asimov.egg-info/PKG-INFO
asimov.egg-info/SOURCES.txt
asimov.egg-info/dependency_links.txt
asimov.egg-info/entry_points.txt
asimov.egg-info/requires.txt
asimov.egg-info/top_level.txt
asimov/cli/__init__.py
asimov/cli/application.py
asimov/cli/blueprint.py
asimov/cli/configuration.py
asimov/cli/data.py
asimov/cli/event.py
asimov/cli/ledger.py
asimov/cli/manage.py
asimov/cli/monitor.py
asimov/cli/production.py
asimov/cli/project.py
asimov/cli/report.py
asimov/cli/review.py
asimov/cli/report-theme/body.html
asimov/cli/report-theme/footer.html
asimov/cli/report-theme/head.html
asimov/cli/report-theme/header.html
asimov/configs/README.rst
asimov/configs/bayeswave.ini
asimov/configs/bilby.ini
asimov/configs/lalinference.ini
asimov/configs/pesummary.ini
asimov/configs/projecttestpipeline.ini
asimov/configs/rift.ini
asimov/configs/simpletestpipeline.ini
asimov/configs/subjecttestpipeline.ini
asimov/pipelines/__init__.py
asimov/pipelines/bayeswave.py
asimov/pipelines/bilby.py
asimov/pipelines/lalinference.py
asimov/pipelines/pesummary.py
asimov/pipelines/rift.py
asimov/pipelines/testing/README.md
asimov/pipelines/testing/__init__.py
asimov/pipelines/testing/project.py
asimov/pipelines/testing/simple.py
asimov/pipelines/testing/subject.py
asimov/report-theme/body.html
asimov/report-theme/footer.html
asimov/report-theme/head.html
asimov/report-theme/header.html
conda/environment.txt
conda/environment.yaml
docs/Makefile
docs/make.bat
docs/source/analyses.rst
docs/source/asimov-repository.rst
docs/source/blueprints.rst
docs/source/build-process.rst
docs/source/building-docs.rst
docs/source/citing.rst
docs/source/clusters.rst
docs/source/code-of-conduct.rst
docs/source/code-overview.rst
docs/source/conf.py
docs/source/config.rst
docs/source/configuration.rst
docs/source/contributing.rst
docs/source/getting-started.rst
docs/source/gracedb.rst
docs/source/hooks.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/ledger.rst
docs/source/monitor-api.rst
docs/source/monitor-state-machine.rst
docs/source/pipelines-dev.rst
docs/source/pipelines.rst
docs/source/priors.md
docs/source/python-api.rst
docs/source/scheduler-integration.rst
docs/source/storage.rst
docs/source/test-interface.rst
docs/source/textmark.png
docs/source/advanced/projects.rst
docs/source/api/asimov.rst
docs/source/api/git.rst
docs/source/api/project.rst
docs/source/api/schedulers.rst
docs/source/ligo-cookbook/bayeswave.rst
docs/source/ligo-cookbook/bilby.rst
docs/source/ligo-cookbook/defaults.rst
docs/source/ligo-cookbook/working-with-gwosc.rst
docs/source/ligo-cookbook/defaults/bayeswave.yaml
docs/source/ligo-cookbook/defaults/bilby.yaml
docs/source/pipelines/bayeswave.rst
docs/source/pipelines/bilby.md
docs/source/pipelines/bilby.rst
docs/source/pipelines/lalinference.rst
docs/source/pipelines/pesummary.rst
docs/source/pipelines/rift.rst
docs/source/screenshots/report-stuck.png
docs/source/tutorials/adding-a-pipeline.rst
docs/source/tutorials/analysing-gw150914.rst
docs/source/tutorials/remixing-analyses.rst
docs/source/user-guide/events.rst
docs/source/user-guide/monitoring.rst
docs/source/user-guide/productions.rst
docs/source/user-guide/projects.rst
docs/source/user-guide/reporting.rst
docs/source/user-guide/review.rst
docs/source/user-guide/running.rst
examples/MODAL_DEPENDENCIES_GUIDE.md
examples/README.md
examples/README.rst
examples/demo_graph_fix.py
examples/demo_html_output.py
examples/dependency-examples.yaml
examples/pesummary_subject_analysis.yaml
examples/scheduler_example.py
examples/strategy_examples.yaml
sandbox/audit-preferred.py
sandbox/check-mcmc.py
sandbox/gitlab-issue-tests.py
sandbox/make-nonspin.py
sandbox/update-readmes.py
scripts/check-ifo.py
scripts/find_calibration.py
scripts/make_events.py
scripts/make_ini.py
scripts/outline.md
scripts/testrun.sh
scripts/tidy.py
tests/__init__.py
tests/manual_test_priors.py
tests/mock_gwdatafind_server.py
tests/test_analysis.py
tests/test_application.py
tests/test_asimov.py
tests/test_blueprints.py
tests/test_cli_manage.py
tests/test_cli_project.py
tests/test_condor.py
tests/test_custom_states.py
tests/test_dag.py
tests/test_database.py
tests/test_dependencies.py
tests/test_dependency_logic.py
tests/test_html_report.py
tests/test_logging.py
tests/test_monitor_api.py
tests/test_monitor_helpers.py
tests/test_monitor_states.py
tests/test_optional_dependencies.py
tests/test_pesummary_subject_analysis.py
tests/test_pipelines_generic.py
tests/test_postprocessing.py
tests/test_priors.py
tests/test_project.py
tests/test_review.py
tests/test_specific_events.py
tests/test_strategies.py
tests/test_yaml.py
tests/integration/GW190426190642.yaml
tests/integration/coinc.xml
tests/integration/test_gwtc2d1.py
tests/review_ini/S190910s-feed.ini
tests/review_ini/S190910s-generated.ini
tests/review_ini/S190915ak-feed.ini
tests/review_ini/S190915ak-generate.ini
tests/test_blueprints/bayeswave_quick_test.yaml
tests/test_blueprints/bilby_quick_test.yaml
tests/test_blueprints/gwosc_event.yaml
tests/test_blueprints/gwosc_get_data.yaml
tests/test_blueprints/gwosc_quick_test.yaml
tests/test_blueprints/lalinference_quick_test.yaml
tests/test_blueprints/project_test_pipeline.yaml
tests/test_blueprints/simple_test_pipeline.yaml
tests/test_blueprints/subject_test_pipeline.yaml
tests/test_data/bayeswave_settings_nodeps.yaml
tests/test_data/bilby_settings_nodeps.yaml
tests/test_data/cbcflow.yaml
tests/test_data/event_non_standard_fmin.yaml
tests/test_data/event_non_standard_settings.yaml
tests/test_data/events_blueprint.yaml
tests/test_data/lalinference_settings_nodeps.yaml
tests/test_data/project_analysis.yaml
tests/test_data/rift_settings_nodeps.yaml
tests/test_data/test-analyses.yaml
tests/test_data/test_analyses.yaml
tests/test_data/test_analysis_S000000.yaml
tests/test_data/test_complex_dag.yaml
tests/test_data/test_event.yaml
tests/test_data/test_event_update.yaml
tests/test_data/test_joint_analysis.yaml
tests/test_data/test_linear_dag.yaml
tests/test_data/test_postprocessing.yaml
tests/test_data/test_query_dag.yaml
tests/test_data/test_rift.yaml
tests/test_data/test_simple_dag.yaml
tests/test_data/test_strategy_event.yaml
tests/test_data/test_strategy_matrix.yaml
tests/test_data/test_strategy_single.yaml
tests/test_data/testing_events.yaml
tests/test_data/testing_pe.yaml
tests/test_data/blueprints/test_analysis_blueprint.yaml
tests/test_data/frames/H-H1_GWOSC_16KHZ_R1-1126259447-32.gwf
tests/test_data/frames/L-L1_GWOSC_16KHZ_R1-1126259447-32.gwf
tests/test_data/priors/bbh.prior.template
tests/test_data/s000000xx/analyses/Prod0_test.ini
tests/test_data/s000000xx/analyses/Prod3_test.ini
tests/test_data/s000000xx/analyses/s000000xx_gpsTime.txt
tests/test_data/sample_files/lalinference_1248617392-1248617397.dag
tests/test_data/yaml/event-spec.yaml
tests/test_pipelines/__init__.py
tests/test_pipelines/test_bayeswave.py
tests/test_pipelines/test_bilby.py
tests/test_pipelines/test_lalinference.py
tests/test_pipelines/test_rift_pipeline.py
tests/test_pipelines/test_testing_pipelines.py