Single-material example: reproducing the CT scan of a teapot using a JSON file
Written by: Franck Vidal
Summary
This notebook shows how to replicate a real CT scan acquisition taking into account the source and detector properties as finely as possible. We’ll use the metadata generated by the device to create a human-friendly JSON file that describes our virtual experiment.
Aims of this session
- The aim of this session is to replicate an actual scan.
- To achieve this, the main objectives are to:
- Identify the parameters are of importance in the metadata file(s) produced by the device.
- Describe the simulation and reconstruction in a human-friendly file.
- Run the simulation using this file instead of writing a lot of Python code.
- Perform the reconstruction using CIL.