/pygama

Python package for decoding and processing digitizer data

Primary LanguagePythonApache License 2.0Apache-2.0

pygama

Python based package for decoding ORCA data and processing it with pandas

usage

Install with

$ git clone [url]
$ pip install -e pygama

Uninstall: pip uninstall pygama

Temporary note: Between the first and second commands, you may need to do:

cd pygama
git submodule update --init --recursive
cd ..