An open API service indexing awesome lists of open source software.

https://github.com/fjebaker/xraymontecarlo

X-Ray simulation using the Monte Carlo method
https://github.com/fjebaker/xraymontecarlo

Last synced: 8 months ago
JSON representation

X-Ray simulation using the Monte Carlo method

Awesome Lists containing this project

README

          

# XRayMonteCarlo
X-Ray simulation using the Monte Carlo method

To build
```
mkdir build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
make
```
which will create executables; use `./run` for default behaviour.