Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.08 KB

readme.md

File metadata and controls

64 lines (44 loc) · 1.08 KB

About

GammaSpy is a gamma ray spectroscopy peak visualization, finding, and fitting application.

screenshot

Todo

  • Energy efficiency
  • Compute activity of a sample.
  • Automatically determine the source of a gamma peak.

Installation

Depends:

Installing xylib-py

via pip:

sudo pip3 install xylib-py

Installing pyqtgraph

from github:

git clone https://github.com/pyqtgraph/pyqtgraph.git
cd pyqtgraph
python3 setup.py install --user

Dev Install GammaSpy

git clone https://github.com/wgurecky/GammaSpy.git
cd GammaSpy
python3 setup.py develop --user

Filetype Compatibility

Thanks to xylib (ref.) GammaSpy can import energy spectra in the following data formats:

  • CNF
  • csv
  • hdf5

License

GPLv3