skuschel / postexperiment

postprocessor for experimental (event based) data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postexperiment

postprocessor for experimental (event based) data.

Installation

Currently, postexperiment only supports python3.

Users can install from the latest master using:
pip install --user git+https://github.com/skuschel/postexperiment.git

Developers or people who often update should clone the repository
git clone git@github.com:skuschel/postexperiment.git and then install in development mode via
./setup.py develop --user
To update just run git pull in the directory of the clone.

Finally check if the installation succeeded by running:

import postexperiment as pe
print(pe.__version__)

Questions, feature requests, bug reports

Please use the github issue tracker. Dont hesitate to use it -- it doesn't bite ;)

About

postprocessor for experimental (event based) data.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%