<div dir="ltr">Hi Gate users,<div><br></div><div>In order to save time in running my simulation, I am trying to set up a phase space file (PSF) that I can use as the source. The simulation is a SPECT system, with the PSF attached to an STL heart geometry. The problem I am having is that when the PSF is read as the source, there is only a couple of pixels present in the projection data at the completion of the simulation, rather than the full image produced when the STL heart had the source confined to it. </div><div><br></div><div>I used Root to inspect the created .root PSF and it appears to be fine, and when the simulation is visualized, photons (in the form of green lines) appear, centered at the heart as expected.</div><div><br></div><div>The code for writing the PSF is:</div><div>/gate/actor/addActor                         PhaseSpaceActor PhS_g<br>/gate/actor/PhS_g/attachTo                   heart<br>/gate/actor/PhS_g/useVolumeFrame             true<br>/gate/actor/PhS_g/save                           output/PhS-Gamma-{HEART}-{ACTIVITY}MBq.root<br>/gate/actor/PhS_g/storeOutgoingParticles     true<br>/gate/actor/PhS_g/enableParticleName         false<br>/gate/actor/PhS_g/enableProductionVolume     false<br>/gate/actor/PhS_g/enableProductionProcess    false<br>/gate/actor/PhS_g/useVolumeFrame             true   #Not using world coordinates<br>/gate/actor/PhS_g/addFilter                  particleFilter<br>/gate/actor/PhS_g/particleFilter/addParticle gamma<br>/gate/actor/PhS_g/enableZPosition            true<br></div><div><br></div><div>And for reading it again as the source in a second simulation:</div><div>/gate/source/addSource                            src_Heart phaseSpace<br>/gate/source/src_Heart/addPhaseSpaceFile          data/PhSData/PhS-Gamma-{HEART}-{ACTIVITY}MBq.root <br>/gate/source/src_Heart/setParticleType            gamma<br>/gate/source/src_Heart/attachTo                   heart<br>/gate/source/src_Heart/useRandomSymmetry          true<br><br>/gate/source/src_Heart/setForcedHalfLife  21624.12 s  #6.0 hrs<br>/gate/source/src_Heart/setForcedUnstableFlag true<br>/gate/source/src_Heart/setActivity {ACTIVITY} MBq<br></div><div><br></div><div>The heart STL file used is the same in each piece of code.</div><div>Because the .root file appears well populated, I expect the problem is with implementing the file as a source but have not yet found the solution.  </div><div><br></div><div>Any advice will be appreciated.</div><div>Cheers,</div><div>Miriam</div></div>