From 8b0b13b2317c0cffeb02205759ac48b1ac56f345 Mon Sep 17 00:00:00 2001 From: Stefan Tessarini <88195380+stessarini@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:36:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14b586f..7d1822e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # EGS_XGI -EGS_XGI is a c++ extension for EGSnrc (doi:10.4224/40001303) for Monte Carlo (MC) simulation of X-ray grating interferometry as published in S. Tessarini et al. (accepted Scientific Reports). +EGS_XGI is a c++ extension for EGSnrc (doi:10.4224/40001303) for Monte Carlo (MC) simulation of X-ray grating interferometry as published in S. Tessarini et al. Semi-classical Monte Carlo algorithm for the simulation of X-ray grating interferometry. EGS_XGI adds diffraction effects to EGSnrc MC photon transport enabling simultaneous simulation of interference and scattering effects such as deposited energy. If properly installed EGS_XGI does not replace nor influence EGSnrc installations similar to a c++ EGSnrc usercode. For performing conventional EGSnrc simulations after the installation of EGS_XGI simply use the EGSnrc Makefiles and classes delivered by EGSnrc. @@ -38,7 +38,7 @@ The usercodes can be compiled by: - then use the make command in the terminal. ## Run simulations: -A few example input files to reproduce the results in S. Tessarini et al. Are provided in the subfolders in Example_Usercode/ and Example_Usercode_Score_Energy/. The simulations can be executed in the terminal by e.g. cd into your egs_xgi_home: +A few example input files to reproduce the results shown in the publication (S. Tessarini et al.) are provided in the subfolders in Example_Usercode/ and Example_Usercode_Score_Energy/. The simulations can be executed in the terminal by e.g. cd into your egs_xgi_home: cd your_path_to/egs_xgi_home/Example_Usercode/DoubleSlit/ open the run script, e.g. with vi: