.gitattributes
.gitignore
.gitlab-ci.yml
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
bin/pe_automator
example/sample_project/configs/.keep
example/sample_project/framefiles/.keep
example/sample_project/project/allocations.json
example/sample_project/project/lookup_table.json
example/sample_project/project/project.json
example/sample_project/psds/.keep
example/sample_project/spline_cal_envs/.keep
example/sample_project/templates/bilby_config.tpl.ini
example/sample_project/templates/credible_interval.tpl.html
pe_automator/__init__.py
pe_automator/_version.py
pe_automator.egg-info/PKG-INFO
pe_automator.egg-info/SOURCES.txt
pe_automator.egg-info/dependency_links.txt
pe_automator.egg-info/requires.txt
pe_automator.egg-info/top_level.txt
pe_automator/actions/__init__.py
pe_automator/actions/allocation.py
pe_automator/actions/git.py
pe_automator/actions/gitlab.py
pe_automator/actions/job_status.py
pe_automator/actions/pe_summary.py
pe_automator/actions/remote.py
pe_automator/actions/results.py
pe_automator/actions/status_updater.py
pe_automator/actions/update_config.py
pe_automator/actions/upload_files.py
pe_automator/constants/__init__.py
pe_automator/constants/approximants.py
pe_automator/constants/config.py
pe_automator/constants/events.py
pe_automator/postprocessing/__init__.py
pe_automator/postprocessing/credible_intervals.py
pe_automator/postprocessing/jobs.py
pe_automator/postprocessing/plots.py
pe_automator/postprocessing/read.py
pe_automator/postprocessing/tables.py
pe_automator/types/__init__.py
pe_automator/types/ssh.py
pe_automator/utils/__init__.py
pe_automator/utils/check.py
pe_automator/utils/data_downloader.py
pe_automator/utils/encryption.py
pe_automator/utils/io.py
pe_automator/utils/parse_config.py
pe_automator/utils/parse_ssh_output.py
pe_automator/utils/version.py
pe_automator/workflows/__init__.py
pe_automator/workflows/dlogz_plot.py
pe_automator/workflows/monitor_runs.py
pe_automator/workflows/post_process.py
pe_automator/workflows/rescue_run.py
pe_automator/workflows/run_webpage.py
pe_automator/workflows/setup_env.py
pe_automator/workflows/setup_run.py
pe_automator/workflows/summarypages.py
scripts/download_framefiles.py
scripts/download_gwosc_data.py
scripts/download_gwtc4_run_config.py
scripts/extract_gwosc_run_config.py
scripts/generate_lookup_table.py
scripts/interactive_plots.py
scripts/recompute_evidence.py
scripts/recompute_likelihood.py
scripts/plots_scripts/utils_plots.py
scripts/plots_scripts/utils_plots_gwecc.py
scripts/plots_scripts/utils_plots_sbn.py
test/env_test.py