.gitlab-ci.yml
AUTHORS.rst
CODE-OF-CONDUCT.rst
CODEOWNERS
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
REVIEW.rst
docs-requirements.txt
gitlabissue.md
logo.svg
pyproject.toml
requirements.txt
setup.py
asimov/__init__.py
asimov/analysis.py
asimov/asimov.conf
asimov/condor.py
asimov/database.py
asimov/event.py
asimov/git.py
asimov/gitlab.py
asimov/ini.py
asimov/ledger.py
asimov/locutus.py
asimov/logging.py
asimov/mattermost.py
asimov/olivaw.py
asimov/pipeline.py
asimov/review.py
asimov/storage.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.egg-info/zip-safe
asimov/cli/__init__.py
asimov/cli/application.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/configs/README.rst
asimov/configs/bayeswave.ini
asimov/configs/bilby.ini
asimov/configs/lalinference.ini
asimov/configs/rift.ini
asimov/pipelines/__init__.py
asimov/pipelines/bayeswave.py
asimov/pipelines/bilby.py
asimov/pipelines/lalinference.py
asimov/pipelines/rift.py
asimov/priors/bbh.prior.template
asimov/report-theme/body.html
asimov/report-theme/footer.html
asimov/report-theme/head.html
asimov/report-theme/header.html
containers/olivaw/Dockerfile
docs/Makefile
docs/make.bat
docs/source/analyses.rst
docs/source/asimov-repository.rst
docs/source/build-process.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/gitlab-interface.rst
docs/source/gracedb.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/ledger.rst
docs/source/olivaw.rst
docs/source/pipelines-dev.rst
docs/source/pipelines.rst
docs/source/readme.rst
docs/source/starting-analysis.rst
docs/source/starting-project.rst
docs/source/state.rst
docs/source/storage.rst
docs/source/templates.rst
docs/source/test-interface.rst
docs/source/textmark.png
docs/source/usage.rst
docs/source/yamlformat.rst
docs/source/advanced/projects.rst
docs/source/api/asimov.rst
docs/source/api/git.rst
docs/source/api/modules.rst
docs/source/olivaw/events.rst
docs/source/olivaw/monitoring.rst
docs/source/olivaw/productions.rst
docs/source/olivaw/projects.rst
docs/source/olivaw/reporting.rst
docs/source/olivaw/review.rst
docs/source/olivaw/running.rst
docs/source/pipelines/bayeswave.rst
docs/source/pipelines/bilby.md
docs/source/pipelines/bilby.rst
docs/source/pipelines/lalinference.rst
docs/source/pipelines/rift.rst
docs/source/screenshots/report-stuck.png
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/condor_tests.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/test_analysis.py
tests/test_application.py
tests/test_asimov.py
tests/test_cli_manage.py
tests/test_cli_project.py
tests/test_condor.py
tests/test_dag.py
tests/test_database.py
tests/test_pipelines_generic.py
tests/test_review.py
tests/test_specific_events.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_data/bayeswave_settings_nodeps.yaml
tests/test_data/bilby_settings_nodeps.yaml
tests/test_data/event_non_standard_fmin.yaml
tests/test_data/event_non_standard_settings.yaml
tests/test_data/lalinference_settings_nodeps.yaml
tests/test_data/rift_settings_nodeps.yaml
tests/test_data/test_complex_dag.yaml
tests/test_data/test_linear_dag.yaml
tests/test_data/test_simple_dag.yaml
tests/test_data/testing_pe.yaml
tests/test_data/priors/bbh.prior.template
tests/test_data/s000000xx/C01_offline/Prod0_test.ini
tests/test_data/s000000xx/C01_offline/Prod3_test.ini
tests/test_data/s000000xx/C01_offline/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