<div dir="ltr">Hello GATE users,<div><br></div><div>I am using GATE v8.2 and have a question about setting the X-ray emission direction. I have the following script for setting the X-ray source (monochromatic):</div><div><br></div><div>/gate/source/addSource xraygun gps<br>/gate/source/verbose 0<br>/gate/source/xraygun/gps/verbose 0<br># Particle type<br>/gate/source/xraygun/gps/particle gamma<br><br># Source geometry<br>/gate/source/xraygun/gps/type Plane<br>/gate/source/xraygun/gps/shape Rectangle<br>/gate/source/xraygun/gps/halfx 0.025 mm<br>/gate/source/xraygun/gps/halfy 0.025 mm</div><div><br># Source position<br>/gate/source/xraygun/gps/centre 0. 0. -80. mm</div><div><br># Emission direction<br>/gate/source/xraygun/gps/mintheta  0. deg<br>/gate/source/xraygun/gps/maxtheta 15.0 deg<br>/gate/source/xraygun/gps/angtype iso<br><br># Energy distribution<br>/gate/source/xraygun/gps/energytype Mono<br>/gate/source/xraygun/gps/monoenergy 20.0 keV<br>/gate/source/list<br></div><div><br></div><div>The script above sets the X-ray source with the beam directed toward +z direction. Everything is fine, but now I now want to set the source center on the y axis by doing:</div><div><br></div><div>gate/source/xraygun/gps/centre 0. 80. 0. mm</div><div><br></div><div>and I still would like to have the theta angle to be 10 degree but toward the -y direction.  How can I achieve that? </div><div><br></div><div>Many thanks.</div><div><br></div><div>Howard</div><div><br></div></div>