Metadata-Version: 2.1
Name: open-spex
Version: 1.0.7
Summary: Radioxenon beta-gamma analysis tool
Home-page: UNKNOWN
Author: Anders Ringbom
Author-email: anders.ringbom@foi.se
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6.9
Requires-Dist: wheel
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: wxpython

openSpex - a basic analysis and display tool for radioxenon beta-gamma data on IMS-format.
Version 1.0.7 - May 17, 2021


Installation
------------

Create and activate a virtual environment:

$ python3 -m venv venv

$ source venv/bin/activate (on Windows: $ call venv\\Scripts\\activate)

Install openSpex:

(venv) python3 -m pip install open-spex

Start application:

(venv) openSpex

See the help menu for further information. 

IMPORTANT NOTE: openSpex uses the Python module "pickle" to save analysed data as pkl-files. 
The pickle module is not secure. Only open pkl-files you trust.

