CTAO DPPS Simulation Production Pipeline
Project description
DPPS SimPipe: Integration and Release
The CTAO DPPS Simulation Production Pipeline (SimPipe) provides the software, workflows, and data models for generating accurate Monte Carlo simulations of the CTAO observatory.
Installation
The following installation procedures are implemented in the gitlab CI/CD pipeline:
- simtools is installed using pip
- CORSIKA is installed using a tar-file (currently downloaded from a cloud storage)
- sim_telarray is installed using a tar-file (currently downloaded from a cloud storage); planned to be installed from gitlab
- simulation model databases - no installed required; configuration of secrets for access
Download of corsika / sim_telarray is facilitated by a private upload to the DESY Sync&Share.
Ask the maintainers to provide the token to you and define it in a .env file in this repository:
SOFTWARE_DOWNLOAD_SECRET=<the token received from the maintainers>
Then run make build-dev-docker to build the simpipe container locally.
Preparing a new release
Open a new branch from main for a release candidate.
Use the update_simpipe.py script to update the versions of the software components and the docker base image. This requires to define:
- simtools version (see simtools releases)
- simulation-models version (see simulation-models releases)
- dpps-aiv-toolkit version (see dpps-aiv-toolkit releases)
Example:
python ./update_simpipe.py --simtools v0.21.0 --simulation-models v0.10.0 --dpps-aiv-submodule v3.0.0
After this open a merge request, get it reviewed and merge it into main.
Create a new release through the Gitlab interface.
Developer Notes
- a local simulation models database is used for testing. Uploading details are defined in chart/templates/bootstrapSimulationModel.yaml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ctao_simpipe-0.3.0rc1.tar.gz.
File metadata
- Download URL: ctao_simpipe-0.3.0rc1.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
709ef3498e6c1184cb9e6712ec5727ca92aada7956af2d4085be3965d5f57586
|
|
| MD5 |
ea687d7132ee512ce6cd7a59788f85ad
|
|
| BLAKE2b-256 |
0650c30e9865f8e214b2966ad7a97164f2887e7a27afdc37c23ef7429b406836
|
File details
Details for the file ctao_simpipe-0.3.0rc1-py3-none-any.whl.
File metadata
- Download URL: ctao_simpipe-0.3.0rc1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4972aa6de3208f4249a7ef75cd167fd999228199ba754ca1bbcc008862da60a
|
|
| MD5 |
414a6a070796a2e3678c5d6198f6add6
|
|
| BLAKE2b-256 |
dc8df509a9a2b67e44def646c601e932ebc77343f1666e70c070316dce63f1a6
|