HTTomo-backends#
Purpose of HTTomo-backends#
HTTomo-backends is a package to support HTTomo software and it contains the following elements:
YAML templates for backends. Those include methods from those libraries. The YAML templates can be accessed directly in the environment where httomo-backends is installed.
Scripts that automatically generate YAML templates during documentation build.
Supporting scripts to calculate memory, size and padding estimators of the methods
Installation#
HTTomo-backends is available on PyPI, so it can be installed into either a virtual environment or a conda environment.
Virtual environment#
$ python -m venv httomo-backends
$ source httomo-backends/bin/activate
$ pip install httomo-backends
Conda environment#
$ conda create --name httomo-backends
$ conda activate httomo-backends
$ conda install -c conda-forge cupy==12.3.0
$ pip install httomo-backends
Utilities
Method Information