<div dir="ltr"><div>Hi,</div><div><br></div><div>I would like to simulate CBCT with a monoenergy X-ray source, say 30keV. Is there an easy way to implement this? I tried to set the following in the source macro but did not work. Do I have to set up the fluorescent X-ray for the monochromatic source? Any feedback would be appreciated.</div><div><br></div><div>Howard</div><div><br></div><div>/gate/source/addSource xraygun<br>/gate/source/verbose 0<br>/gate/source/xraygun/gps/verbose 0<br># Particle type<br>/gate/source/xraygun/gps/particle gamma<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<br># Source position<br>/gate/source/xraygun/gps/centre 0. 0. -80. mm<br># Emission direction<br>/gate/source/xraygun/gps/mintheta  0. deg<br>/gate/source/xraygun/gps/maxtheta 15. deg<br>/gate/source/xraygun/gps/angtype iso<br># Energy distribution<br>/gate/source/xraygun/gps/energytype Mono<br>/gate/source/xraygun/gps/monoenergy 30.0 keV<br>/gate/source/list</div></div>