Automated tilt-series alignment for cryo-ET.
Not yet stable and the API might change.
Developer install into a conda environment (conda create -n tttsa python=3.12
)
after locally cloning the repository:
python -m pip install .[dev]
This will run the example. It will take some time to initially download the data from Zenodo.
cd examples
python usage.py
In usage.py
you can also adjust the DEVICE to run on cpu (default is cuda:0).