<div dir="ltr">Hi Cassandra,<div><br></div><div>LETt,d is an averaged value, so summing it along one dimension if you score a 3D map is not the same as scoring a 1D map. So the two curves should not look the same. </div><div><br></div><div>There is the option "doParallelCalculation"  giving you the numerator and denominator separately. If you sum those up individually and afterwards do the division you should end up in the same result as the 1D output. See also here:</div><div><a href="https://opengate.readthedocs.io/en/latest/tools_to_interact_with_the_simulation_actors.html#let-actor">https://opengate.readthedocs.io/en/latest/tools_to_interact_with_the_simulation_actors.html#let-actor</a><br></div><div>note that the denominator is actually the dose distribution in your case.</div><div><br></div><div>cheers,</div><div>Andreas</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mo., 15. März 2021 um 20:45 Uhr schrieb Cassandra Miller <<a href="mailto:cassandramiller@phas.ubc.ca">cassandramiller@phas.ubc.ca</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi everyone,<br>
<br>
I'm trying to do some calculations using the LET actor but my results <br>
don't match when I think they should.<br>
<br>
I created a water density box (1x3x1 mm) with a point source of 500 keV <br>
beta particles at the top of the box in the y-direction. I used the LET <br>
actor as both a 3D matrix and an effectively 1D matrix, essentially like so:<br>
<br>
/gate/actor/addActor    LETActor       MyActor3D<br>
/gate/actor/MyActor3D/save               output/myLETactor3D.mhd<br>
/gate/actor/MyActor3D/attachTo           box<br>
/gate/actor/MyActor3D/setResolution     25 75 25<br>
/gate/actor/MyActor3D/setType            DoseAveraged<br>
<br>
/gate/actor/addActor    LETActor       MyActor1D<br>
/gate/actor/MyActor1D/save               output/myLETactor.mhd<br>
/gate/actor/MyActor1D/attachTo           box<br>
/gate/actor/MyActor1D/setResolution      1 75 1<br>
/gate/actor/MyActor1D/setType            DoseAveraged<br>
<br>
I would expect the output to look similar, and the 3D matrix to exactly <br>
match the 1D matrix when I sum it in the x and z direction, to change <br>
its shape to (1, 75, 1) so they are the exact same shape.<br>
<br>
I get the attached images which don't look the same at all. They're not <br>
even the same shape. Does anyone know why this is? Does changing the <br>
resolution change something else I'm not aware of? I also tried using <br>
the command "/gate/actor/MyActor1D/setVoxelSize      1 0.04 1 mm" to <br>
make sure my 1D actor was capturing the entire box, but the shape still <br>
didn't match.<br>
<br>
Best,<br>
Cassandra<br>
<br>
-- <br>
<br>
Cassandra Miller<br>
PhD Candidate, Physics<br>
Quantitative Radiomolecular Imaging and Therapy Lab<br>
Department of Physics and Astronomy, University of British Columbia<br>
<br>
_______________________________________________<br>
Gate-users mailing list<br>
<a href="mailto:Gate-users@lists.opengatecollaboration.org" target="_blank">Gate-users@lists.opengatecollaboration.org</a><br>
<a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" rel="noreferrer" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a></blockquote></div>