<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dear GATE-users,<div class=""><br class=""></div><div class="">Although my simulation is running very well in GATE, I cannot get any dose information with the attachVoxelPhantomSD command.</div><div class=""><br class=""></div><div class="">Is there anyone with experience with this command? </div><div class=""><br class=""></div><div class="">There aren’t any available working examples as far as I can see. I tried it in the same way as the manual describes:</div><div class=""><br class=""></div><div class=""><pre style="font-family: monospace, Courier; background-color: rgb(249, 249, 249); border: 1px solid rgb(221, 221, 221); padding: 1em; white-space: pre-wrap; line-height: 1.3em; font-size: 14px;" class=""># Create a simple phantom called CCD
/gate/world/daughters/name CCD
/gate/world/daughters/insert parameterizedBoxMatrix
# Read the file : a 300x300x1 array
/gate/CCD/geometry/insertReader image
/gate/CCD/imageReader/insertTranslator tabulated
/gate/CCD/imageReader/tabulatedTranslator/readTable ccdTable.dat
/gate/CCD/imageReader/readFile ccd300Phantom.dat
# Place the phantom and rotate it so that it is in the XZ plane
/gate/CCD/placement/setTranslation 0 -82.269 0 mm
/gate/CCD/placement/setRotationAxis 1 0 0
/gate/CCD/placement/setRotationAngle 90 deg
# Attach the phantom SD and the output module
/gate/CCD/attachVoxelPhantomSD
/gate/CCD/addOutput doseOutput
/gate/output/doseOutput/saveUncertainty true
/gate/output/doseOutput/setFileName ccdDose.bin</pre><div class="">I hope someone can help me with this question!</div></div><div class=""><br class=""></div><div class="">Best,</div><div class="">Niels van der Werf</div></body></html>