Metadata-Version: 2.4
Name: reboost
Version: 0.10.0a0
Summary: New LEGEND Monte-Carlo simulation post-processing
Author-email: Manuel Huber <info@manuelhu.de>, Toby Dixon <toby.dixon.23@ucl.ac.uk>, Luigi Pertoldi <gipert@pm.me>
Maintainer: The LEGEND Collaboration
License-Expression: GPL-3.0
Project-URL: Homepage, https://github.com/legend-exp/reboost
Project-URL: Bug Tracker, https://github.com/legend-exp/reboost/issues
Project-URL: Discussions, https://github.com/legend-exp/reboost/discussions
Project-URL: Changelog, https://github.com/legend-exp/reboost/releases
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hdf5plugin
Requires-Dist: colorlog
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: numba>=0.60
Requires-Dist: legend-pydataobj>=1.17.2
Requires-Dist: legend-pygeom-optics>=0.15.0
Requires-Dist: legend-pygeom-tools>=0.0.26
Requires-Dist: legend-pygeom-hpges
Requires-Dist: hist
Requires-Dist: dbetto
Requires-Dist: particle
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: pygama
Requires-Dist: pyg4ometry
Provides-Extra: all
Requires-Dist: reboost[docs,test]; extra == "all"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: test
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: legend-pygeom-hpges; extra == "test"
Requires-Dist: pylegendtestdata>=0.6; extra == "test"
Dynamic: license-file

# reboost

[![PyPI](https://img.shields.io/pypi/v/reboost?logo=pypi)](https://pypi.org/project/reboost/)
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/reboost.svg)](https://anaconda.org/conda-forge/reboost)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/reboost?logo=git)
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/reboost/main?label=main%20branch&logo=github)](https://github.com/legend-exp/reboost/actions)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/reboost?logo=codecov)](https://app.codecov.io/gh/legend-exp/reboost)
![GitHub issues](https://img.shields.io/github/issues/legend-exp/reboost?logo=github)
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/reboost?logo=github)
![License](https://img.shields.io/github/license/legend-exp/reboost)
[![Read the Docs](https://img.shields.io/readthedocs/reboost?logo=readthedocs)](https://reboost.readthedocs.io)

_reboost_ is a package to post-process
[remage](https://remage.readthedocs.io/en/stable/) simulations. Post processing
is the step of applying a detector response model to the (idealised) _remage_ /
_Geant4_ simulations to ''boost" them allowing comparison to data.

_reboost_ provides tools to:

- apply a HPGe detector response model to the simulations,
- dedicated tools to generate optical maps,
- functionality to control the full post-processing chain with configuration
  files.

For more information see our dedicated
[documentation](https://reboost.readthedocs.io/en/stable/)!
