GammaSpy is a gamma ray spectroscopy peak visualization, finding, and fitting application.
- Energy efficiency
- Compute activity of a sample.
- Automatically determine the source of a gamma peak.
Depends:
- numpy
- h5py
- scipy (>=0.19)
- pyqt4.8+
- numdifftools
- pyqtgraph (https://github.com/pyqtgraph/pyqtgraph)
- xylib-py (https://github.com/wojdyr/xylib)
via pip:
sudo pip3 install xylib-py
from github:
git clone https://github.com/pyqtgraph/pyqtgraph.git
cd pyqtgraph
python3 setup.py install --user
git clone https://github.com/wgurecky/GammaSpy.git
cd GammaSpy
python3 setup.py develop --user
Thanks to xylib (ref.) GammaSpy can import energy spectra in the following data formats:
- CNF
- csv
- hdf5
GPLv3