Package to parse and perform analysis related to midas files obtained from SiPM signals
To run this project locally, you need to set up a Python virtual environment.
git clone <YOUR_REPO_URL_HERE>
cd phaidanaTo download venv dependancies use the setup_env.sh script. Make this script executable by running
chmod +x setup_env.shThen
./setup_env.shTo activate the venv later on use
source phaidana_venv/bin/activate