Quality Pipeline, subsystem of DPPS-CTAO
Project description
QualPipe
QualPipe is a Python-based automation tool for the
CTAO data quality evaluations.
It leverages the ctapipe library to process telescope monitoring data
and applies configurable quality criteria to ensure that
the collected data meets desired standards.
Features
- Define and apply quality checks to monitoring data based on configuration files.
- Modular and extensible framework for describing and validating data.
- Supports processing with telescope-specific criteria.
- YAML configuration for easy adaptability.
Installation instructions
The package is under active development. To install QualPipe package we recommend to create and activate an isolated virtual environment with Python >= 3.10 and ctapipe. This can be achieved via conda or mamba commands:
mamba create -n qualpipe -c conda-forge python==3.12 ctapipe
mamba activate qualpipe
Next, follow the installation instructions for users or for developers.
Installation for users
QualPipe has not been published on PyPi yet, but it can be installed using pip:
pip install git+https://gitlab.cta-observatory.org/cta-computing/dpps/qualpipe/qualpipe
Installation for developers
First, clone the source code from GitLab:
git clone https://gitlab.cta-observatory.org/cta-computing/dpps/qualpipe/qualpipe.git
cd qualpipe
Then perform an editable installation with pip to include documentation and testing dependencies:
pip install -e .[all]
We are using pre-commit, code-spell and ruff tools for automatic adherence to the code style. To enforce running these tools whenever you make a commit, setup the pre-commit hook executing:
pre-commit install
The pre-commit hook will then execute the tools with the same settings as when a merge request is checked on GitLab, and if any problems are reported the commit will be rejected. You then have to fix the reported issues before tying to commit again.
License
This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.
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_qualpipe-0.3.0rc3.tar.gz.
File metadata
- Download URL: ctao_qualpipe-0.3.0rc3.tar.gz
- Upload date:
- Size: 99.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b33f878102a3dd2d00ca2b01b383f4c442ac4937c8e41996195290a8a0d97c55
|
|
| MD5 |
44b9e8d70e6d8854643d5243310350d2
|
|
| BLAKE2b-256 |
2a8f3fdebedc853b056906c59996d52412672772e55e3a8fa3d4c27ace9ecb04
|
File details
Details for the file ctao_qualpipe-0.3.0rc3-py3-none-any.whl.
File metadata
- Download URL: ctao_qualpipe-0.3.0rc3-py3-none-any.whl
- Upload date:
- Size: 86.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1965745d90f05c47ce85c4b032d42bf24c738814027e15d9a54b62023184a24a
|
|
| MD5 |
9c6a7457f4da29f38943adea8c98549d
|
|
| BLAKE2b-256 |
8e849c3c62f78a1c1724e48fba57a1dec17afbfbfbcc7454da7b7d483a90806a
|