Skip to content

Appropriate EGSnrc user codes for simulating an x-ray radiography experiment #992

Answered by rtownson
walleludvig asked this question in Questions
Discussion options

You must be logged in to vote

DOSXYZnrc can only handle a single egsphant file as input, so egs++ is the better choice. You can score the dose to each voxel in your flat panel using egs_dose_scoring. It will print the dose to each region in a range, which you can determine using egs_view. You'll just have the process the region numbers into the voxel location, but this should be reasonable straightforward.

https://nrc-cnrc.github.io/EGSnrc/doc/pirs898/classEGS__DoseScoring.html

E.g. use dose start region and dose stop region to list the range of regions for the voxels, and the dose to those regions will be output at the end of the simulation.

By the way, you could consider looking at the functionality of egs_cbct, it …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@walleludvig
Comment options

Answer selected by walleludvig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants