[Gate-users] Gate-users Digest, Vol 97, Issue 44
Mikhail Polkovnikov
mikhail.polkovnikov at gmail.com
Mon Jun 30 13:21:58 CEST 2014
On 30.06.2014 12:27, gate-users-request at lists.opengatecollaboration.org
wrote:
> Dear Gate-experts,
>
> I am relatively new here and I have a problem: How can I store the
> Dose for every voxel of my voxelized phantom?
> I have created the my phantom with this command and it needs to stay
> the way it is.
>
> /gate/world/daughters/name phantom
> /gate/world/daughters/insert box
> /gate/phantom/geometry/setXLength 1. mm
> /gate/phantom/geometry/setYLength 1. mm
> /gate/phantom/geometry/setZLength 1. mm
>
> /gate/phantom/repeaters/insert cubicArray
> /gate/phantom/cubicArray/setRepeatNumberX 101
> /gate/phantom/cubicArray/setRepeatNumberY 101
> /gate/phantom/cubicArray/setRepeatNumberZ 300
> /gate/phantom/cubicArray/setRepeatVector 1. 1. 1. mm
> /gate/phantom/setMaterial Body
>
> The DoseActor only gives me the Dose for the central phantom at
> (0,0,0). Attaching a VoxelphantomSD somehow does not work..
>
> Best regards,
> Yuki LMU Munich
What are the DoseActor parameters? It could done (i think so) by adding
such parameters:
/gate/actor/addActor DoseActor
doseDistribution
/gate/actor/doseDistribution/save dose.hdr
/gate/actor/doseDistribution/attachTo phantom
/gate/actor/doseDistribution/stepHitType random
/gate/actor/doseDistribution/setPosition 0 0 0 cm # put your
position here
/gate/actor/doseDistribution/setResolution 101 101 300 # your
resolution of the phantom
/gate/actor/doseDistribution/saveEveryNSeconds 60
/gate/actor/doseDistribution/enableEdep false
/gate/actor/doseDistribution/enableUncertaintyEdep false
/gate/actor/doseDistribution/enableDose true
/gate/actor/doseDistribution/enableUncertaintyDose false
/gate/actor/doseDistribution/enableNumberOfHits false
So the binary file "dose.hdr" will contain dosage distribution in the
phantom.
More information about the Gate-users
mailing list