/gm_counter_simulator

Super simple Geiger–Muller counter simulator using python.

Primary LanguagePythonMIT LicenseMIT

GM counter simulator

Super simple Geiger–Muller counter simulator using python. Some methods for radiation source localization are also implemented.

Requirements

Newer than Python 3.6 (maybe).

Example

Jupytext is used for version control on Jupyter Notebook. Clone repository and install jupytext.

git clone https://github.com/matsuren/gm_counter_simulator.git
cd gm_counter_simulator
pip install jupytext

Convert markdown into python scripts

jupytext --set-formats md,py:percent notebook/*.md

Or convert into jupyter notebooks

jupytext --set-formats md,ipynb notebook/*.md

Documentation

Underconstruction: https://matsuren.github.io/gm_counter_simulator