SPECTPSFToolbox Documentation#

The SPECTPSFToolbox is a collection of python functions and classes that can be used for modeling the point spread functions (PSFs) of gamma cameras. The PSF models developed by the toolbox can be saved and used in PyTomography for SPECT image reconstruction.

In traditional SPECT reconstruction, only the geometric component of the PSF is considered; this library provides a means for modeling the septal scatter and septal penetration components, permitting more accurate image reconstruction when these components are significant.

Installation#

  1. Clone the repository, and cd to the directory you cloned the repository to in a terminal.

  2. If using anaconda (recommended), then activate the conda environment you want to install the repository in.

  3. Use the command python -m pip install -e . to install the repository locally.

Resources#

Tutorials

These tutorials show how to construct operators, fit them to real/Monte Carlo PSF data, and use them in image reconstruction.

Tutorials
API Reference

View the application programming interface of the library

API