A Rust library of clustering methods for the AT-TPC with Python bindings
Still under heavy development
Download the repository using git clone https://github.com/ATTPC/attpc_cluster.git
Create a virtual environment in the repo and then install maturin via pip:
pip install maturinThen to build the library and bindings use maturin develop. develop will also download all Rust and Python dependencies for the project.