[Gate-users] LET Actor Giving Strange Results?
Cassandra Miller
cassandramiller at phas.ubc.ca
Mon Mar 15 20:45:12 CET 2021
Hi everyone,
I'm trying to do some calculations using the LET actor but my results
don't match when I think they should.
I created a water density box (1x3x1 mm) with a point source of 500 keV
beta particles at the top of the box in the y-direction. I used the LET
actor as both a 3D matrix and an effectively 1D matrix, essentially like so:
/gate/actor/addActor LETActor MyActor3D
/gate/actor/MyActor3D/save output/myLETactor3D.mhd
/gate/actor/MyActor3D/attachTo box
/gate/actor/MyActor3D/setResolution 25 75 25
/gate/actor/MyActor3D/setType DoseAveraged
/gate/actor/addActor LETActor MyActor1D
/gate/actor/MyActor1D/save output/myLETactor.mhd
/gate/actor/MyActor1D/attachTo box
/gate/actor/MyActor1D/setResolution 1 75 1
/gate/actor/MyActor1D/setType DoseAveraged
I would expect the output to look similar, and the 3D matrix to exactly
match the 1D matrix when I sum it in the x and z direction, to change
its shape to (1, 75, 1) so they are the exact same shape.
I get the attached images which don't look the same at all. They're not
even the same shape. Does anyone know why this is? Does changing the
resolution change something else I'm not aware of? I also tried using
the command "/gate/actor/MyActor1D/setVoxelSize 1 0.04 1 mm" to
make sure my 1D actor was capturing the entire box, but the shape still
didn't match.
Best,
Cassandra
--
Cassandra Miller
PhD Candidate, Physics
Quantitative Radiomolecular Imaging and Therapy Lab
Department of Physics and Astronomy, University of British Columbia
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3DLET.png
Type: image/png
Size: 28668 bytes
Desc: not available
URL: <http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20210315/484bf145/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1DLET.png
Type: image/png
Size: 27648 bytes
Desc: not available
URL: <http://lists.opengatecollaboration.org/pipermail/gate-users/attachments/20210315/484bf145/attachment-0003.png>
More information about the Gate-users
mailing list