A minimal python interface to read Amptek's mca files.
Note this program is not supported by Amptek, use at your own risk.
Assuming you have Python with pip:
- To install the last 'stable' version from pypi:
pip install mcareader
. Do not expect much stability in the API though... - To install the last development version:
pip install https://github.com/dih5/mcareader/archive/master.zip
.
If you are a cool guy you'll prefer to use python3 and pip3 instead, unless you are a cool Arch Linux user.
Check the notebook intro.ipynb for an updated example of use. No need to install Jupyter notebook: you may check it online in GitHub.
The updated documentation can be found here.