PET imaging systems#
Important Notice: Please be aware that the models provided within the OpenGate toolkit are based on approximate simulations. Users are strongly encouraged to independently verify these models against empirical data to ensure their applicability and accuracy for specific use cases.
Philips Vereos Digital PET#
The Philips Vereos Digital PET model can be included in your simulation using the following command:
import opengate.contrib.pet.philipsvereos as pet_vereos
pet = pet_vereos.add_pet(sim, "my_pet")
This command will include the whole PET head as described in [Salvadori2020, EJNMMI]. It comprises 18 modules, each containing 4x5 stacks of 4x4 die, with each die consisting of 2x2 crystals.
Details of the head description are available here
Note
A validated digitizer for this PET model is not yet available. Development is ongoing. For examples, refer to the test037 test case.
Siemens Biograph Vision PET#
To include the Siemens Biograph Vision PET model in your simulation, use the following commands:
import opengate.contrib.pet.siemensbiograph as pet_biograph
pet = pet_biograph.add_pet(sim, "my_pet")
singles = pet_biograph.add_digitizer(sim, pet.name, "singles.root", "Singles")
This command will include the whole PET head as described in [Salvadori2024, PMB] or [O’Briain 2022 MedPhys].
Detail of the head description is available here
Note: The provided digitizer is an illustrative example and has not yet been validated. For additional context, refer to the test049 test case.