Metadata-Version: 2.4
Name: decay-tools
Version: 0.3.0
Summary: Python package for fitting single- and double-component nuclear decay time distributions and estimating optimal bins in the logarithmic form.
Project-URL: Homepage, https://github.com/flnr-shels-dsp/decay-tools/
Project-URL: Issues, https://github.com/flnr-shels-dsp/decay-tools//issues
Project-URL: Changelog, https://github.com/flnr-shels-dsp/decay-tools/blob/main/CHANGELOG.md
Author: Andrey Isaev
Author-email: Roman Mukhin <rmukhin@jinr.ru>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: numpy>=2.2.5
Requires-Dist: pandas>=2.3.1
Requires-Dist: scipy>=1.15.2
Description-Content-Type: text/markdown

# decay-tools
[![PyPI version](https://img.shields.io/pypi/v/decay-tools)](https://pypi.org/project/decay-tools/)  [![License](https://img.shields.io/github/license/flnr-shels-dsp/decay-tools)](https://github.com/flnr-shels-dsp/decay-tools/blob/main/LICENSE)

Tools for analyzing decay time distributions and reaction cross-sections in nuclear physics experiments


# Installation

```
pip install decay-tools
```

## Usage

*   **[Lifetime Analysis](LIFETIME.md)**: Details on fitting single and double-component decay curves, setting boundaries, and statistical tests.
*   **[Cross-Sections](CROSS_SECTIONS.md)**: Information on input data format, clustering energy data, and calculating cross-sections.
