<p dir="ltr">Dear Gate Users,</p>
<p dir="ltr"> </p>
<p dir="ltr">Hi</p>
<p dir="ltr">I have one question about dose calculation in GATE. </p>
<p dir="ltr">I know that GATE dose equation in GateDoseActor.cc was chaged</p>
<p dir="ltr">from</p>
<p dir="ltr">dose = edep/density*1e12/mDoseImage.GetVoxelVolume();</p>
<p dir="ltr">to</p>
<p dir="ltr">dose = edep/density/mDoseImage.GetVoxelVolume()/gray;</p>
<p dir="ltr">.</p>
<p dir="ltr">But I think the chaged equation also has strange thing.</p>
<p dir="ltr"> </p>
<p dir="ltr">We know the</p>
<p dir="ltr">gray =  J / kg                                , 1 J = 6.24150934x10e12 MeV</p>
<p dir="ltr">     = 6.24150934x10e12 MeV / kg              , density = g / cm3</p>
<p dir="ltr">     = 6.24150934x10e6 MeV / density / mm3 .</p>
<p dir="ltr">If the unit of edep is MeV and the unit of GetVoxelVolume() is mm3 in the GATE dose equation,</p>
<p dir="ltr">I think that 6.24150934 x 10e6 was omitted in the GATE equation for dose calculation.</p>
<p dir="ltr">Could anyone explain this situation ?</p>
<p dir="ltr"> </p>
<p dir="ltr">Best regards,</p>
<p dir="ltr">Yoonsuk Huh</p>