The bin/
directory contains scripts to analyze the CSV files produced by the
core binaries of the
alpha-g-analysis
package.
Clone the repository, setup a virtual environment, and install the required dependencies:
git clone https://github.com/ALPHA-g-Experiment/analysis-scripts.git
cd analysis-scripts
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
Run each script with the --help
flag to see the available options, e.g.:
cd bin
python3 vertices.py --help