You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having some difficulties understanding how to adapt my digitizer macro script from gate 9 to gate 10 and I can't find examples available that are similar to what I want to do. I have the following settings:
How do I define the depth for the readout on GATE 10? How are the resolution and energy of reference defined for the crystal blurring when using the digitizer blurring actor? How do I define the time resolution, coincidences, and delay?
I would appreciate it if anyone could explain this or provide examples of how to adapt these from gate 9 to gate 10.
Thank you!
Greetings,
Beatriz
The text was updated successfully, but these errors were encountered:
Hi everyone!
I am having some difficulties understanding how to adapt my digitizer macro script from gate 9 to gate 10 and I can't find examples available that are similar to what I want to do. I have the following settings:
/gate/digitizer/Singles/insert adder
/gate/digitizer/Singles/insert readout
/gate/digitizer/Singles/readout/setDepth 4
C R Y S T A L B L U R R I N G
/gate/digitizer/Singles/insert blurring
/gate/digitizer/Singles/blurring/setResolution 0.124 #checked
/gate/digitizer/Singles/blurring/setEnergyOfReference 511. keV
E N E R G Y T H R E S H O L D
/gate/digitizer/Singles/insert thresholder
/gate/digitizer/Singles/thresholder/setThreshold 425. keV
/gate/digitizer/Singles/insert upholder
/gate/digitizer/Singles/upholder/setUphold 650. keV
T I M I N G R E S O L U T I O N
/gate/digitizer/Singles/insert timeResolution
/gate/digitizer/Singles/timeResolution/setTimeResolution 384.76 ps
C O I N C I D E N C E S
/gate/digitizer/Coincidences/setInputName Singles
/gate/digitizer/Coincidences/setOffset 0. ns
/gate/digitizer/Coincidences/setWindow 4.9 ns
/gate/digitizer/Coincidences/minSectorDifference 5
D E L A Y
/gate/digitizer/name Delayed
/gate/digitizer/insert coincidenceSorter
/gate/digitizer/Delayed/setInputName Singles
/gate/digitizer/Delayed/setOffset 200. ns
/gate/digitizer/Delayed/setWindow 4.9 ns
/gate/digitizer/Delayed/minSectorDifference 5
How do I define the depth for the readout on GATE 10? How are the resolution and energy of reference defined for the crystal blurring when using the digitizer blurring actor? How do I define the time resolution, coincidences, and delay?
I would appreciate it if anyone could explain this or provide examples of how to adapt these from gate 9 to gate 10.
Thank you!
Greetings,
Beatriz
The text was updated successfully, but these errors were encountered: