Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njzjz/monte-carlo-for-nir-ii-imaging
https://github.com/njzjz/monte-carlo-for-nir-ii-imaging
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/njzjz/monte-carlo-for-nir-ii-imaging
- Owner: njzjz
- License: mit
- Created: 2023-09-26T20:01:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-17T23:47:31.000Z (7 months ago)
- Last Synced: 2024-10-13T16:47:09.137Z (2 months ago)
- Language: Python
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monte-Carlo for NIR-II Imaging
Monte-Carlo simulation for NIR-II Imaging.
This project uses the method proposed by [Wang et al.](https://doi.org/10.1016/0169-2607(95)01640-F) to simulating photon propagation with the Monte Carlo model. The number of photons is set to 100,000 for each wave length.
## Usage
Python 3 is required.
Install [pipx](https://github.com/pypa/pipx) >=1.4.2:
```sh
python -m pip install -U pipx
```Run the Monte-Carlo simulation:
```sh
pipx run run.py > output.txt
```The output files `output.txt`, `pDW`, and `pz` has been given in this repository.
To process your own data, modify `parameters.csv` file.
## Notice
Derived from [https://github.com/titonmoy/Monte-Carlo](https://github.com/titonmoy/Monte-Carlo) (authored by Thamidul Islam Tonmoy) under [MIT license](LICENSE).
## License
[MIT license](LICENSE)