Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1003 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 1003 Bytes

Analysis-Scripts

Test Status Supported Versions

The bin/ directory contains scripts to analyze the CSV files produced by the core binaries of the alpha-g-analysis package.

Getting Started

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