<div dir="ltr">Thank you so much. <div><br></div><div>It was supposed to be 100000 s. I just killed the simulation because it was taking too long. </div><div>I swapped to the normal ion source definition since fastY90 can't be used for dosimetry. </div><div><br></div><div>Do you recommend decreasing cut energy for photons and electrons?</div><div><br></div><div>Kind regards, </div><div>Maria </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">陈戈飞 <<a href="mailto:xiaofeizaina@126.com">xiaofeizaina@126.com</a>> escreveu no dia terça, 9/02/2021 à(s) 15:13:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div id="gmail-m_-973855092368961664contentDescription" style="line-height:1.5;text-align:justify">
<div id="gmail-m_-973855092368961664imail_extraContent">Hi maria
<br>The total time of your simulations is 10000s,right? If so, you only need to multiply by 1000(Gy->mGy) and divide 10000(time to 1s).
<br>And I recommend setting cut energy for beta and photon. Default is 10 mm.
<br>You'd better recheck the definition of fastY90. It can't be used for dose purposes.
<br>Thank you
<br></div>
<div><br></div>
<div><br></div>
<div>
<div id="gmail-m_-973855092368961664imail_signature">
<div style="margin:0px;padding:0px">
<a href="https://maas.mail.163.com/dashi-web-extend/html/proSignature.html?iconUrl=https%3A%2F%2Fmail-online.nosdn.127.net%2Fqiyelogo%2FdefaultAvatar.png&name=%E9%99%88%E6%88%88%E9%A3%9E&uid=example%40163.com&ftlId=3&items=%5B%22%E9%82%AE%E7%AE%B1%EF%BC%9Axiaofeizaina%40126.com%22%5D" width="400" style="display:block;max-width:400px;background:rgb(255,255,255);padding:15px 0px 10px;text-decoration:none;outline:none" target="_blank">
<table cellpadding="0" style="width:100%;max-width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0px;line-height:1.3;color:rgb(155,158,161);font-size:14px">
<tbody style="word-break:break-all;font-family:"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",微软雅黑,verdana">
<tr>
<td width="45" style="padding:0px 7px 0px 0px;box-sizing:border-box;width:45px">
<img width="38" height="38" style="width: 38px; height: 38px; border-radius: 50%;" src="https://mail-online.nosdn.127.net/qiyelogo/defaultAvatar.png">
</td>
<td style="padding:0px 0px 0px 7px">
<div style="max-width:380px">
<div style="box-sizing:border-box;padding-right:35px;font-size:16px;margin-bottom:5px;color:rgb(49,53,59);font-weight:bold;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis">陈戈飞</div>
<div style="font-size:0px;line-height:0">
</div>
<div style="word-break:break-all">
邮箱:xiaofeizaina@126.com
</div>
</div>
</td>
</tr>
</tbody>
</table>
</a>
</div>
<div><p style="border-top:1px solid rgb(229,229,229);padding-top:8px;font-size:12px;color:rgb(182,184,187);line-height:1.833">签名由 <a href="https://mail.163.com/dashi/dlpro.html?from=mail88" style="color:rgb(106,168,246);text-decoration:none" target="_blank">网易邮箱大师</a> 定制</p></div></div>
</div>
<div style="background-color:rgb(242,242,242);color:black;padding-top:6px;padding-bottom:6px;border-radius:3px;margin-top:45px;margin-bottom:20px"><div style="font-size:14px;line-height:1.5;word-break:break-all;margin-left:10px;margin-right:10px">On <span>02/09/2021 22:38</span>, <a style="text-decoration:none;color:rgb(42,151,255)" href="mailto:mid.ribeiro@campus.fct.unl.pt" target="_blank">Maria Inês Ribeiro</a> wrote: </div></div><blockquote id="gmail-m_-973855092368961664ntes-iosmail-quote" style="margin:0px"><div dir="ltr">Hi everyone, <div><br></div><div>I am attempting to compute a dose point kernel in soft tissue for a point source of Y90. I am using the fastY90 with an activity of 1 MBq. </div><div>I then ran 40.000 slices of 1 second and stored the dose. </div><div><br></div><div>My question is how do I convert my dose map (Gy) into the s values (mGy/(MBq.s)) for each voxel? </div><div><br></div><div>Here is my could in case it could help to support my question:</div><div><br></div><div>#===============================================================================<br># GEOMETRY<br>#===============================================================================<br><br>/gate/geometry/setMaterialDatabase data/GateMaterials.db<br><br>#WORLD ======================================<br>/gate/world/setMaterial Air<br>/gate/world/geometry/setXLength 50 mm<br>/gate/world/geometry/setYLength 50 mm<br>/gate/world/geometry/setZLength 50 mm<br><br>#LIVER ======================================<br>/gate/world/daughters/name liverPhantom<br>/gate/world/daughters/insert box<br>/gate/liverPhantom/setMaterial Liver<br>/gate/liverPhantom/geometry/setXLength 24.31 mm<br>/gate/liverPhantom/geometry/setYLength 24.31 mm<br>/gate/liverPhantom/geometry/setZLength 24.31 mm<br><br>#===============================================================================<br># PHYSICS<br>#===============================================================================<br><br>/gate/physics/addPhysicsList emstandard_opt3<br><br>#===============================================================================<br># DETECTORS<br>#===============================================================================<br><br>#DOSE ACTOR ==============================<br>#builds 3D images of:<br># - the energy deposited (edep in MeV)<br># - dose deposited (Gy)<br># - the number of hits in a volume<br><br>/gate/actor/addActor DoseActor VSV<br>/gate/actor/VSV/attachTo liverPhantom<br>/gate/actor/VSV/stepHitType random<br>/gate/actor/VSV/setSize 24.31 24.31 24.31 mm<br>/gate/actor/VSV/setPosition 0 0 0 cm<br>/gate/actor/VSV/setResolution 11 11 11<br>/gate/actor/VSV/enableEdep true<br>/gate/actor/VSV/enableUncertaintyEdep true<br>/gate/actor/VSV/enableSquaredEdep true<br>/gate/actor/VSV/enableDose true<br>/gate/actor/VSV/enableUncertaintyDose true<br>/gate/actor/VSV/enableSquaredDose true<br>/gate/actor/VSV/enableNumberOfHits true<br>/gate/actor/VSV/save output/VSV.mhd<br><br>#SIMULATION STATISTIC =====================<br>#this actos counts the number of steps, tracks, events, runs in the simulation<br><br>/gate/actor/addActor SimulationStatisticActor stat<br>/gate/actor/stat/save output/stat-VSV.txt<br>/gate/actor/stat/saveEveryNSeconds 60<br><br><br>#===============================================================================<br># INITIALISATION<br>#===============================================================================<br><br>/gate/run/initialize<br><br>/gate/random/setEngineName MersenneTwister<br>/gate/random/setEngineSeed auto<br><br>#===========================================================<br># SOURCE <br>#===========================================================<br><br># fastY90<br>/gate/source/addSource y90 fastY90<br>/gate/source/y90/setActivity 1. MBq<br><br>#=====================================================<br># START<br>#=====================================================<br><br>/gate/application/setTimeSlice 1. s<br>/gate/application/setTimeStart 0. s<br>/gate/application/setTimeStop 1000000. s <br>/gate/application/start<br></div><div><br></div><div><br></div><div>Thanks a lot for your attention, </div><div><br></div><div>Maria Inês</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>
</blockquote>
</div></div></blockquote></div>