opengate.contrib.pet.siemensbiograph ==================================== .. py:module:: opengate.contrib.pet.siemensbiograph Attributes ---------- .. autoapisummary:: opengate.contrib.pet.siemensbiograph.red opengate.contrib.pet.siemensbiograph.blue opengate.contrib.pet.siemensbiograph.green opengate.contrib.pet.siemensbiograph.yellow opengate.contrib.pet.siemensbiograph.gray opengate.contrib.pet.siemensbiograph.white opengate.contrib.pet.siemensbiograph.transparent Functions --------- .. autoapisummary:: opengate.contrib.pet.siemensbiograph.add_pet opengate.contrib.pet.siemensbiograph.add_digitizer Module Contents --------------- .. py:data:: red :value: [1, 0, 0, 1] .. py:data:: blue :value: [0, 0, 1, 1] .. py:data:: green :value: [0, 1, 0, 1] .. py:data:: yellow :value: [0.9, 0.9, 0.3, 1] .. py:data:: gray :value: [0.5, 0.5, 0.5, 1] .. py:data:: white :value: [1, 1, 1, 0.8] .. py:data:: transparent :value: [1, 1, 1, 0] .. py:function:: add_pet(sim, name='pet', load_db=True) Geometry of a PET Siemens Biograph https://doi.org/10.1002/mp.16032 .. py:function:: add_digitizer(sim, pet_name, output_filename, hits_name='Hits', singles_name='Singles')