.dockerignore
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.pre-commit-config.yaml
AUTHORS.md
CHANGES.rst
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
aiv-config-dependencies.yml
aiv-config.yml
pyproject.toml
sonar-project.properties
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Discussion.md
.gitlab/issue_templates/default.md
.gitlab/merge_request_templates/default.md
docs/Makefile
docs/source/AUTHORS.md
docs/source/FAQ.rst
docs/source/bibliography.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/FD.png
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/changes/README.md
docs/source/changes/template.rst
docs/source/development/CONTRIBUTING.md
docs/source/development/index.rst
docs/source/examples/index.rst
docs/source/examples/molecularprofiles.rst
docs/source/examples/atmosphere/configuration/calculate_macobac.yaml
docs/source/examples/atmosphere/configuration/create_molecular_atmospheric_model.yaml
docs/source/examples/atmosphere/configuration/create_molecular_density_profile.yaml
docs/source/examples/atmosphere/configuration/select_reference_atmospheric_model.yaml
docs/source/examples/throughput/configurations/throughput_configuration.yaml
docs/source/examples/utils/configuration/db_config.yaml
docs/source/examples/utils/configuration/metadata_db.yaml
docs/source/examples/utils/configuration/optical_throughput_db.yaml
docs/source/examples/utils/configuration/upload_atmospheric_model_data_db_intermediate.yaml
docs/source/examples/utils/configuration/upload_atmospheric_model_data_db_summer.yaml
docs/source/examples/utils/configuration/upload_atmospheric_model_data_db_winter.yaml
docs/source/examples/utils/configuration/upload_common_metadata_db.yaml
docs/source/examples/utils/configuration/upload_observatory_data_db.yaml
docs/source/getting_started/index.rst
docs/source/introduction/index.rst
docs/source/introduction/introduction.rst
docs/source/introduction/diagrams/camera_calibration.mmd
docs/source/introduction/diagrams/legend.mmd
docs/source/introduction/diagrams/molecular_atmosphere.mmd
docs/source/introduction/diagrams/muon_calibration.mmd
docs/source/introduction/diagrams/puppeteer-config.json
report/inspection.tex
report/manual_testing.tex
report/performance_verification.tex
report/preamble.tex
src/calibpipe/__init__.py
src/calibpipe/_version.py
src/calibpipe/version.py
src/calibpipe/_dev_version/__init__.py
src/calibpipe/atmosphere/__init__.py
src/calibpipe/atmosphere/atmosphere_containers.py
src/calibpipe/atmosphere/meteo_data_handlers.py
src/calibpipe/atmosphere/models/README.md
src/calibpipe/atmosphere/models/__init__.py
src/calibpipe/atmosphere/models/macobac.ecsv
src/calibpipe/atmosphere/models/reference_MDPs/__init__.py
src/calibpipe/atmosphere/models/reference_MDPs/ref_density_at_15km_ctao-north_intermediate.ecsv
src/calibpipe/atmosphere/models/reference_MDPs/ref_density_at_15km_ctao-north_summer.ecsv
src/calibpipe/atmosphere/models/reference_MDPs/ref_density_at_15km_ctao-north_winter.ecsv
src/calibpipe/atmosphere/models/reference_MDPs/ref_density_at_15km_ctao-south_summer.ecsv
src/calibpipe/atmosphere/models/reference_MDPs/ref_density_at_15km_ctao-south_winter.ecsv
src/calibpipe/atmosphere/models/reference_atmospheres/__init__.py
src/calibpipe/atmosphere/models/reference_atmospheres/reference_atmo_model_v0_ctao-north_intermediate.ecsv
src/calibpipe/atmosphere/models/reference_atmospheres/reference_atmo_model_v0_ctao-north_summer.ecsv
src/calibpipe/atmosphere/models/reference_atmospheres/reference_atmo_model_v0_ctao-north_winter.ecsv
src/calibpipe/atmosphere/models/reference_atmospheres/reference_atmo_model_v0_ctao-south_summer.ecsv
src/calibpipe/atmosphere/models/reference_atmospheres/reference_atmo_model_v0_ctao-south_winter.ecsv
src/calibpipe/atmosphere/models/reference_rayleigh_scattering_profiles/__init__.py
src/calibpipe/atmosphere/models/reference_rayleigh_scattering_profiles/reference_rayleigh_extinction_profile_v0_ctao-north_intermediate.ecsv
src/calibpipe/atmosphere/models/reference_rayleigh_scattering_profiles/reference_rayleigh_extinction_profile_v0_ctao-north_summer.ecsv
src/calibpipe/atmosphere/models/reference_rayleigh_scattering_profiles/reference_rayleigh_extinction_profile_v0_ctao-north_winter.ecsv
src/calibpipe/atmosphere/models/reference_rayleigh_scattering_profiles/reference_rayleigh_extinction_profile_v0_ctao-south_summer.ecsv
src/calibpipe/atmosphere/models/reference_rayleigh_scattering_profiles/reference_rayleigh_extinction_profile_v0_ctao-south_winter.ecsv
src/calibpipe/atmosphere/templates/request_templates/__init__.py
src/calibpipe/atmosphere/templates/request_templates/copernicus.json
src/calibpipe/atmosphere/templates/request_templates/gdas.json
src/calibpipe/core/__init__.py
src/calibpipe/core/common_metadata_containers.py
src/calibpipe/core/exceptions.py
src/calibpipe/database/__init__.py
src/calibpipe/database/adapter/__init__.py
src/calibpipe/database/adapter/adapter.py
src/calibpipe/database/adapter/database_containers/__init__.py
src/calibpipe/database/adapter/database_containers/atmosphere.py
src/calibpipe/database/adapter/database_containers/common_metadata.py
src/calibpipe/database/adapter/database_containers/container_map.py
src/calibpipe/database/adapter/database_containers/observatory.py
src/calibpipe/database/adapter/database_containers/table_version_manager.py
src/calibpipe/database/adapter/database_containers/version_control.py
src/calibpipe/database/connections/__init__.py
src/calibpipe/database/connections/calibpipe_database.py
src/calibpipe/database/connections/postgres_utils.py
src/calibpipe/database/connections/sql_connection.py
src/calibpipe/database/connections/user_confirmation.py
src/calibpipe/database/interfaces/__init__.py
src/calibpipe/database/interfaces/hashable_row_data.py
src/calibpipe/database/interfaces/queries.py
src/calibpipe/database/interfaces/sql_column_info.py
src/calibpipe/database/interfaces/sql_metadata.py
src/calibpipe/database/interfaces/sql_table_info.py
src/calibpipe/database/interfaces/table_handler.py
src/calibpipe/database/interfaces/types.py
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/__init__.py
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/contemporary_MDP.ecsv
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/macobac.csv
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/macobac.ecsv
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/merged_file.ecsv
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/meteo_data_copernicus.ecsv
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/meteo_data_gdas.ecsv
src/calibpipe/tests/data/atmosphere/molecular_atmosphere/observatory_configurations.json
src/calibpipe/tests/data/utils/__init__.py
src/calibpipe/tests/data/utils/meteo_data_winter_and_summer.ecsv
src/calibpipe/tests/unittests/test_bootstrap_db.py
src/calibpipe/tests/unittests/atmosphere/astral_testing.py
src/calibpipe/tests/unittests/atmosphere/test_meteo_data_handler.py
src/calibpipe/tests/unittests/atmosphere/test_molecular_atmosphere.py
src/calibpipe/tests/unittests/database/test_table_handler.py
src/calibpipe/tests/unittests/database/test_types.py
src/calibpipe/tests/unittests/utils/test_observatory.py
src/calibpipe/tools/atmospheric_base_tool.py
src/calibpipe/tools/atmospheric_model_db_loader.py
src/calibpipe/tools/basic_tool_with_db.py
src/calibpipe/tools/contemporary_mdp_producer.py
src/calibpipe/tools/init_db.py
src/calibpipe/tools/macobac_calculator.py
src/calibpipe/tools/molecular_atmospheric_model_producer.py
src/calibpipe/tools/observatory_data_db_loader.py
src/calibpipe/tools/reference_atmospheric_model_selector.py
src/calibpipe/utils/__init__.py
src/calibpipe/utils/observatory.py
src/calibpipe/utils/observatory_containers.py
src/ctao_calibpipe.egg-info/PKG-INFO
src/ctao_calibpipe.egg-info/SOURCES.txt
src/ctao_calibpipe.egg-info/dependency_links.txt
src/ctao_calibpipe.egg-info/entry_points.txt
src/ctao_calibpipe.egg-info/requires.txt
src/ctao_calibpipe.egg-info/top_level.txt
workflows/atmosphere/uc-120-1.2-calculate-macobac.cwl
workflows/atmosphere/uc-120-1.3-select-reference-atmospheric-model.cwl
workflows/atmosphere/uc-120-1.7-create-contemporary-atmospheric-model.cwl
workflows_cfgs/atmosphere/uc-120-1.2-calculate-macobac.cfg
workflows_cfgs/atmosphere/uc-120-1.3-select-reference-atmospheric-model.cfg
workflows_cfgs/atmosphere/uc-120-1.7-create-contemporary-atmospheric-model.cfg
workflows_test/test_run_workflows.py