feat(species): added half life, spin parity, and decay modes to species database

This commit is contained in:
2025-06-28 06:31:41 -04:00
parent af686e3833
commit 5fe127ff04
11 changed files with 15543 additions and 3724 deletions

View File

@@ -9,5 +9,5 @@ In order to use this utility you will need
## Usage
```bash
python convertWeightsToHeader.py <path/to/weights.dat> -o atomicWeights.h
```
python format.py <path/to/AME.txt> <path/to/nubase.asc> -o speciesData.h
```