[Gate-users] SPECT detector pixelization in Gate v6.2
Sonoko Nakano
snakano at sfu.ca
Mon Apr 1 23:12:32 CEST 2013
Hello Gate users,
I am simulating a SPECT system, and I pixelized the detector into 32x32 by using
/gate/crystal/daughters/name module
...
/gate/module/repeaters/insert cubicArray
/gate/module/cubicArray/setRepeatNumberX 1
/gate/module/cubicArray/setRepeatNumberY 2
/gate/module/cubicArray/setRepeatNumberZ 2
and
/gate/module/daughters/name pixel
...
/gate/pixel/repeaters/insert cubicArray
/gate/pixel/cubicArray/setRepeatNumberX 1
/gate/pixel/cubicArray/setRepeatNumberY 16
/gate/pixel/cubicArray/setRepeatNumberZ 16.
Now, I want to know which single was detected by which pixel of the 32x32 detector.
Is it possible to know which single was detected by which pixel in the output file testSingles.dat?
When I checked the user manual, column 9 was the ID of volume attached to the crystal level of the system,
but in my output file, entries are only 0 and 2 in column 9. (But I have pixelized the detector into 32x32.)
I would appreciate if someone could help me.
Thank you in advance for your help.
Sonoko
More information about the Gate-users
mailing list