Introduction
simind-python-connector is a Python toolkit for SIMIND SPECT workflows.
Disclaimer
This project is independent and is not affiliated with, endorsed by, or maintained by the SIMIND project or Lund University.
For users, the package provides two core capabilities:
Run SIMIND from Python through a small, direct API.
Adapt SIMIND outputs to well-used Python reconstruction packages.
In practice this means:
SimindPythonConnectorruns SIMIND and returns NumPy-first outputs.StirSimindAdaptorbridges SIMIND outputs into STIR-native objects.SirfSimindAdaptorbridges SIMIND outputs into SIRF-native objects.PyTomographySimindAdaptorbridges SIMIND outputs into torch/PyTomography workflows.
After generating projections with this package, run reconstruction directly in STIR, SIRF, or PyTomography using each package’s native reconstruction tools.
For axis and geometry conventions across these ecosystems, see Geometry Considerations.