duet-tools is a Python package that provides a convenient interface for programmatically working with the outputs of the DUET program developed by McDanold et al. (2023) at Los Alamos National Lab. Central to the package is the ability to calibrate the values in DUET outputs to match targets supplied by the user or national datasets.
The goals of duet-tools are to:
- Read in DUET outputs for easy manipulation.
- Calibrate DUET outputs by scaling the magnitude of the parameter values while retaining the spatial distributions from DUET.
- Provide a platform for the future development of additional tools centered around DUET
quicfire-tools can be installed using pip
.
pip install duet-tools
If you encounter any issues with the quicfire-tools package, please submit an issue on the duet-tools GitHub repository issues page.