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
- Host: GitHub
- URL: https://github.com/fjebaker/xraymontecarlo
- Owner: fjebaker
- License: gpl-3.0
- Created: 2018-11-16T12:09:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T09:07:36.000Z (over 7 years ago)
- Last Synced: 2025-09-13T12:07:12.429Z (9 months ago)
- Language: C++
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: supportlib/CurveFunc.cpp
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.