[Gate-users] Digitizer modules for Gamma-Cameras/SPECT
Träuble, Korbinian Linus
korbinian.traeuble at tum.de
Wed Sep 7 14:19:51 CEST 2022
Dear all,
I’m having trouble understanding the digitizer modules for SPECT/gamma cameras. According to the SPECT examples I’ve found only the adder, readout, blurring, spblurring and thresholds modules are used.
But modules such as lightyield, transfer efficiency, quantum efficiency, crystal blurring are not yet taken into account in all of those examples.
Are the former already covered by the definition of the crystal material (in my case, NaI(Tl) crystal) and blurring (in my case 10% @ 140keV)?
Or do I need to define them additionally to the ones in my code to get realistic images?
Also I don’t really understand based on the documentation how to apply the digitizer modules which are not part of my code yet, because it always throws a segmentation violations error.
Based on my code the pictures look good qualitatively, but the count rates don’t match with real measurements.
Would be glad to get some feedback.
Cheers,
Korbinian
Code:
###CAMERA model
/gate/world/daughters/name SPECThead
/gate/world/daughters/insert box
/gate/SPECThead/geometry/setXLength 300 mm #
/gate/SPECThead/geometry/setYLength 76.5 mm
/gate/SPECThead/geometry/setZLength 300 mm #
/gate/SPECThead/placement/setTranslation 0 -20 0 mm
/gate/SPECThead/setMaterial Air
/gate/SPECThead/daughters/name crystal
/gate/SPECThead/daughters/insert box
/gate/crystal/geometry/setXLength 230 mm
/gate/crystal/geometry/setYLength 6.5 mm
/gate/crystal/geometry/setZLength 210 mm
/gate/crystal/placement/setTranslation 0. -6. 0. mm
/gate/crystal/setMaterial NaITl
/control/execute mac/Collimator/collimator_for_{isotope}/hexagon_clinicV2.mac
###DIGITIZER
/gate/digitizer/Singles/insert adder
/gate/digitizer/Singles/insert readout
#/gate/digitizer/Singles/readout/setPolicy TakeEnergyCentroid #this does not work somehow, but I thought might be better bcs my camera uses PMTs
/gate/digitizer/Singles/readout/setDepth 1
/gate/digitizer/Singles/insert blurring
/gate/digitizer/Singles/blurring/setLaw inverseSquare
/gate/digitizer/Singles/blurring/inverseSquare/setResolution 0.099
/gate/digitizer/Singles/blurring/inverseSquare/setEnergyOfReference 140.5 keV
#spatialblurring
/gate/digitizer/Singles/insert spblurring
/gate/digitizer/Singles/spblurring/setSpresolution 3.2 mm
/gate/digitizer/Singles/spblurring/verbose 0
/gate/digitizer/Singles/insert thresholder
/gate/digitizer/Singles/thresholder/setThreshold 126.45 keV
/gate/digitizer/Singles/insert upholder
/gate/digitizer/Singles/upholder/setUphold 154.55 keV
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20220907/1b42fdb4/attachment.html>
More information about the Gate-users
mailing list