Detector Calibration Package for NPAC
Project description
NPAC Detector Calibration
A suite of tools for the calibration of particle detectors using simulation data. This project is designed to process raw data, identify particle interaction peaks, perform Gaussian fits, and determine calibration constants.
Features
- Read and process particle detector simulation data.
- Identify particle interaction peaks in detector layers.
- Perform Gaussian fits on identified peaks.
- Determine calibration constants for energy calibration.
- Command-line interface for running calibration on all layers.
Installation
This project is managed with PDM.
Option 1: Install from PyPI
pip install npac_calibration
# or using PDM
pdm add npac_calibration
Option 2: Install from GitLab repository (development version)
pdm add git+https://gitlab.in2p3.fr/informatique-des-deux-infinis/npac/2026/silver-wolf/calibration.git
Optional: Add NPAC Validator
To use the validator, install the npac_validator package in your PDM environment, then edit the pyproject.toml file and add:
[[tool.pdm.source]]
name = "npac_gitlab"
url = "https://gitlab.in2p3.fr/api/v4/projects/26344/packages/pypi/simple"
Usage
After installation, you can use the package like this:
from npac_calibration.main.detector_calibration import DetectorCalibration
import pandas as pd
# Path to event files
event_path = "data/electron_1GeV_Shower/event000000047-hits_digitised.csv"
# Read events into a DataFrame
df = pd.read_csv(event_path)
# Initialize the detector calibration
calib = DetectorCalibration()
# Run calibration for all layers
all_results = calib.run_all_layers(df, save_csv=True)
# Get peak information for a specific layer
layer0_peaks = calib.get_peaks_info(layer=0)
print("Peaks found in layer 0:", layer0_peaks["x_peak"])
You can also run the calibration for all layers from the command line:
pdm run calibrate
Contributing
Contributions are welcome! Feel free to open an issue or submit a merge request.
License
This project is licensed under the MIT License — see the LICENSE file for details.
Project details
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 npac_calibration-0.2.3.tar.gz.
File metadata
- Download URL: npac_calibration-0.2.3.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.2 CPython/3.12.12 Linux/5.14.0-503.15.1.el9_5.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c7f16d492bfc8e36de6242a7d7585ff7edfe5e67914e353cee0abfb8da03018
|
|
| MD5 |
61e9c24e939a6645684c76643d6a6698
|
|
| BLAKE2b-256 |
19f52cde1bb7bd7902d69632b6aa5a72d25ef8e5eaecbae96b99df46f2d061da
|
File details
Details for the file npac_calibration-0.2.3-py3-none-any.whl.
File metadata
- Download URL: npac_calibration-0.2.3-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.2 CPython/3.12.12 Linux/5.14.0-503.15.1.el9_5.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09851fd626c93d830d96f017779a1c573f50367e0aaa4b6d24dca28003903ecb
|
|
| MD5 |
0fb22241a518f48086cc45d1ec8b1fb3
|
|
| BLAKE2b-256 |
d9a8e30fff06b0d76540fd04cf2b98272ffd99c46d3e81c916636cae757a5751
|