Introduction

Savu is a Python package to assist with the processing and reconstruction of parallel-beam tomography data. Savu is capable of processing N-dimensional full-field tomography and mapping tomography data, along with concurrent processing of multiple datasets.

Savu & savu-lite

savu-lite is a minimal Savu installation designed to run on a local machine installed miniconda 2 environment as an introduction to Savu.

It will only run on a linux 64-bit computer; their is no provision for Windows, Unix, or Mac operating systems. No administrator priviliges are required to install.

Savu - comprehensive documentation on the complete Savu can be found at savudoc and installation instructions at savuinstall.

Environment

Anaconda is a science based Python and R distribution used by savu-lite as a build (through conda-build) and delivery (through Anaconda Cloud repository) mechanism.

Miniconda is a small version of Anaconda that includes only conda, Python, and minimal additional packages.

Conda is the Anaconda package and environment manager that installs and updates conda packages and their dependencies. Provides virtual environment capabilities similar to python venv.