A collection of jupyter notebooks showcasing reconstruction of neutron tomography datasets, using different acquisition protocols and different reconstruction techniques.
The datasets are reconstructed using the Core Imaging Library (CIL)
The easiest way to install an environment to run the demos is using our maintained environment file which contains the required packages. Running the command below will create a new environment which has specific and tested versions of all CIL dependencies and additional packages required to run the demos:
conda env create -f https://tomographicimaging.github.io/scripts/env/cil_demos.yml
Check the main CIL repo for full details on CIL and its dependencies and how to install into a custom environment.
Information on the case studies and the datasets used are as follows:
This case study investigates the importance of number of projections (or angles), vs exposure time of the projections when total experiment time is limited. The case study will showcase how the iterative methods available in Mantid Imaging can be used to improve the quality of reconstructed data.
The dataset used in this study is the Aluminium Cylinder Flexible Neutron Tomography Dataset. This is available on zenodo at: https://zenodo.org/records/19387166 Specifically, these notebooks work with the pre-processed data, for which the direct download link is: https://zenodo.org/records/19387166/files/preprocessed_data.zip
For more information on loading the Aluminium Cylinder dataset see: data_io/README.md
This case study demonstrates golden angle acquisition. This, and some other notebooks make use of the dataset: "Lego Man Neutron Tomography Dataset with Equidistant and Golden Angle Acquistions" This is available on zenodo at: https://zenodo.org/records/17814677 Specifically, these notebooks work with the pre-processed data, for which the direct download link is: https://zenodo.org/records/17814677/files/preprocessed_data.zip
Not a single case study as such, but a collection of notebooks showing the cause of different types of artefacts and whether we can do anything about them.